Update .gitignore to ignore the server binary when it is in the root of the git directory

This commit is contained in:
David Dworken
2023-12-09 15:10:20 -08:00
parent cc123854a0
commit 0a8879997f

2
.gitignore vendored
View File

@@ -2,3 +2,5 @@ web/landing/www/binaries/hishtory-linux
hishtory hishtory
backend/server/server backend/server/server
postgres-data/ postgres-data/
server
!backend/server