chore: clarify gitignore pattern for server binary

Change 'server' to '/server' to make pattern more explicit.
This prevents editors from confusing the ignored server binary
with the tracked cmd/server/ source code directory.

Pattern now only matches:
- /server (binary at root, ignored)
- NOT cmd/server/ (source directory, tracked)
This commit is contained in:
2026-02-07 17:13:55 -05:00
parent 46a03ebfda
commit 66c3ab7864
+1 -2
View File
@@ -1,8 +1,7 @@
# Build artifacts # Build artifacts
bookhoard bookhoard
bookhoard.* bookhoard.*
server /server
server
# Node.js # Node.js
node_modules/ node_modules/