fj/.gitignore
sid cf7c0e0878
Some checks are pending
CI / lint (push) Waiting to run
CI / build (push) Waiting to run
CI / test (push) Waiting to run
CI / functional (push) Blocked by required conditions
fix .gitignore: update binary name, ignore bin/ dir
2026-04-26 08:17:15 -06:00

36 lines
338 B
Text

# Binaries
fj
bin/
*.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/
# Workspace (scratch data, cloned repos, analysis)
.workspace/