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
No known key found for this signature in database

2
.gitignore vendored
View File

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