fj/.gitignore
2026-03-10 15:38:35 +01:00

33 lines
271 B
Text

# Binaries
fgj
*.exe
*.exe~
*.dll
*.so
*.dylib
# Test binary
*.test
# Output of the go coverage tool
*.out
# Go workspace file
go.work
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
# Config (contains tokens)
config.yaml
# Git worktrees
.worktrees/