Files
bookhoard/.gitignore
T
john-okeefe 8f11219e03 chore: cleanup temporary files and update gitignore
- Remove temporary DOCUMENTATION_UPDATES.md after merging content
- Remove obsolete internal/database/connection.go file
- Update .gitignore to exclude build artifacts
- Clean up generated files and temporary directories
2026-01-28 15:45:10 -05:00

22 lines
205 B
Plaintext

# Ignore build artifacts and logs
bookmann/
bookmann.*
!bookmann/
# Temporary files
tmp/
temp/
*.tmp
# Testing coverage
*.out
*.cover
coverage.html
# Logs
*.log
*.log.*
# Environment
.env
!.env.example