- 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
22 lines
205 B
Plaintext
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 |