chore: gitignore root-level app and waste binaries
Some checks failed
Build / Server binaries (amd64, linux) (push) Has been cancelled
Build / Server binaries (amd64, windows) (push) Has been cancelled
Build / Server binaries (arm64, darwin) (push) Has been cancelled
Build / Server binaries (arm64, linux) (push) Has been cancelled
Build / Desktop app (Linux amd64) (push) Has been cancelled
Build / Publish release (push) Has been cancelled
Build / Server binaries (amd64, darwin) (push) Has been cancelled
Some checks failed
Build / Server binaries (amd64, linux) (push) Has been cancelled
Build / Server binaries (amd64, windows) (push) Has been cancelled
Build / Server binaries (arm64, darwin) (push) Has been cancelled
Build / Server binaries (arm64, linux) (push) Has been cancelled
Build / Desktop app (Linux amd64) (push) Has been cancelled
Build / Publish release (push) Has been cancelled
Build / Server binaries (amd64, darwin) (push) Has been cancelled
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
4
.gitignore
vendored
4
.gitignore
vendored
@@ -2,10 +2,12 @@
|
|||||||
setup-anchor.sh
|
setup-anchor.sh
|
||||||
launch-tui.sh
|
launch-tui.sh
|
||||||
*.exe
|
*.exe
|
||||||
# compiled binary names that land in the repo root
|
# compiled binaries that land in the repo root
|
||||||
/anchor
|
/anchor
|
||||||
/waste-anchor
|
/waste-anchor
|
||||||
/waste-daemon
|
/waste-daemon
|
||||||
|
/waste
|
||||||
|
/app
|
||||||
/relay
|
/relay
|
||||||
*.identity.json
|
*.identity.json
|
||||||
/tmp/
|
/tmp/
|
||||||
|
|||||||
Reference in New Issue
Block a user