This repository has been archived on 2025-08-23. You can view files and clone it, but cannot push or open issues or pull requests.
Files
GreenCoast/.gitignore
2025-08-21 20:56:38 -04:00

26 lines
202 B
Plaintext

# Go build artifacts
/bin/
/dist/
/out/
/coverage.txt
*.test
# IDE/editor
.vscode/
.idea/
*.swp
*.swo
# OS junk
.DS_Store
Thumbs.db
# Docker
data/
*.log
*.tmp
# Env/config overrides
shard.yaml
.env