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:
2026-07-08 19:25:49 -04:00
parent 5d5b6c99a7
commit fb7b41ddd7
4 changed files with 4 additions and 1 deletions
+4 -1
View File
@@ -1,7 +1,10 @@
# Binary output
# Binary output / build artifacts
bin/
server
syncserver
*.deb
dist/
.data/
# Frontend
web/node_modules/