Files
paliad/.gitignore
m d2a9164e36 fix: add missing cmd/server/main.go and fix .gitignore
The .gitignore pattern "server" was matching cmd/server/ directory,
preventing main.go from being tracked. Anchored binary patterns to
repo root with leading slash.
2026-04-14 16:04:30 +02:00

12 lines
73 B
Plaintext

# Binaries
/server
/patholo
*.exe
# IDE
.vscode/
.idea/
# OS
.DS_Store