Untrack prebuilt binaries and build artifacts
bin/, server: removed from git tracking (--cached), files remain on disk. Expanded .gitignore to cover bin/, server, syncserver, .data/. Build artifacts are regenerated by make clean && make build-all.
This commit is contained in:
+4
-1
@@ -1,7 +1,10 @@
|
|||||||
# Binary output
|
# Binary output / build artifacts
|
||||||
|
bin/
|
||||||
|
server
|
||||||
syncserver
|
syncserver
|
||||||
*.deb
|
*.deb
|
||||||
dist/
|
dist/
|
||||||
|
.data/
|
||||||
|
|
||||||
# Frontend
|
# Frontend
|
||||||
web/node_modules/
|
web/node_modules/
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user