mirror of
https://github.com/sstent/go-garth.git
synced 2026-01-25 16:42:28 +00:00
42 lines
408 B
Plaintext
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 |