chore: update .gitignore and remove deprecated bin binaries
This commit is contained in:
parent
669028ce1c
commit
82364533a1
5 changed files with 4 additions and 0 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
|
@ -7,6 +7,10 @@ agent-ops/rules/private/
|
|||
/*.log
|
||||
/dist/
|
||||
/.env
|
||||
/bin/control-plane
|
||||
/bin/edge
|
||||
/bin/node
|
||||
/bin/worker
|
||||
|
||||
# Web Portal artifacts
|
||||
apps/web/node_modules/
|
||||
|
|
|
|||
Binary file not shown.
BIN
bin/edge
BIN
bin/edge
Binary file not shown.
BIN
bin/node
BIN
bin/node
Binary file not shown.
BIN
bin/worker
BIN
bin/worker
Binary file not shown.
Loading…
Reference in a new issue