Fix .gitignore - add cmd/server/main.go and use absolute paths for binaries

The pattern 'server' was incorrectly ignoring cmd/server/ directory.
Changed to '/server' to only match root-level compiled binary.

Also committing cmd/server/main.go which was previously ignored.
This commit is contained in:
2026-02-02 21:53:43 -05:00
parent f6d016677b
commit ad494fa623
2 changed files with 105 additions and 2 deletions

4
.gitignore vendored
View File

@@ -4,8 +4,8 @@
*.dll
*.so
*.dylib
server
dyn
/server
/dyn
# Test binary
*.test