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
|
||||
*.deb
|
||||
dist/
|
||||
.data/
|
||||
|
||||
# Frontend
|
||||
web/node_modules/
|
||||
|
||||
Reference in New Issue
Block a user