Files
personotes/cmd/server
Mathieu Aumont 44d805fbfe fix: Correct .gitignore to track cmd/server/main.go
The pattern 'server' was too broad and ignored the cmd/server/ directory.
Changed to '/server' to only ignore the binary at root level.
This fixes the missing main.go file in the repository.
2025-11-11 16:07:29 +01:00
..