Files
chronological/.gitignore
2025-12-10 11:10:52 +01:00

51 lines
509 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
# Dependency directories
vendor/
# 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