Files
go-garth/examples/activities/.gitignore
2025-09-03 11:06:48 -07:00

42 lines
408 B
Plaintext

# Environment variables
.env
.env.local
.env.production
# OS files
.DS_Store
Thumbs.db
# IDE files
.vscode/
.idea/
*.swp
*.swo
# Build artifacts
*.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
# Local data files
data/
*.db
*.sqlite
*.sqlite3
# Sensitive files
*.key
*.pem
config/secrets.json