mirror of
https://github.com/sstent/go-garth.git
synced 2026-02-03 04:51:59 +00:00
sync
This commit is contained in:
42
examples/activities/.gitignore
vendored
Normal file
42
examples/activities/.gitignore
vendored
Normal file
@@ -0,0 +1,42 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user