Files
orchard/.gitignore
2025-12-11 13:30:03 -06:00

55 lines
430 B
Plaintext

# Binaries
/bin/
*.exe
*.exe~
*.dll
*.so
*.dylib
# Test binary
*.test
# Output of go coverage tool
*.out
# Go workspace file
go.work
# IDE
.idea/
.vscode/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
# Build
/build/
/dist/
# Local config overrides
config.local.yaml
# Environment files
.env
.env.local
.env.*.local
# Logs
*.log
logs/
# Local Orchard cache
.orchard/
# Temp files
tmp/
temp/
# Claude Code
.claude/
CLAUDE.md