Files
chronological/.gitignore
2025-12-12 11:57:47 +01:00

48 lines
475 B
Plaintext

# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib
# Test binary, built with `go test -c`
*.test
# Output of the go coverage tool
*.out
# Go workspace file
go.work
go.work.sum
# Build output
bin
/bin
*.o
*.a
# IDE and editor files
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store
# Configuration files (keep example)
config.ini
!config.example.ini
# Log files
*.log
# Temporary files
tmp/
temp/
*.tmp
# OS generated files
Thumbs.db
.Spotlight-V100
.Trashes