chore: stop tracking compiled backend binary, add to gitignore
This commit is contained in:
parent
cf532bc6a6
commit
f72e6ef3f2
|
|
@ -1,2 +1,4 @@
|
||||||
dist/
|
dist/
|
||||||
node_modules/
|
node_modules/
|
||||||
|
# compiled backend binaries (built from source)
|
||||||
|
plugins/*/backend/platform-test
|
||||||
|
|
|
||||||
Binary file not shown.
Loading…
Reference in New Issue