65 lines
750 B
Plaintext
65 lines
750 B
Plaintext
# Binaries for programs and plugins
|
|
*.exe
|
|
*.exec
|
|
*.exe~
|
|
*.dll
|
|
*.so
|
|
*.dylib
|
|
*.test
|
|
|
|
# Build output (common names)
|
|
/bin/
|
|
/dist/
|
|
/build/
|
|
*.out
|
|
coverage.out
|
|
|
|
# Go tooling
|
|
go.work
|
|
# Uncomment if you don't commit vendored deps
|
|
# vendor/
|
|
|
|
# Dependency manager files (optional)
|
|
Gopkg.lock
|
|
glide.lock
|
|
|
|
# Generated code
|
|
gen/
|
|
generated/
|
|
|
|
# Environment / secrets
|
|
.env
|
|
.env.*
|
|
*.key
|
|
*.pem
|
|
|
|
# Logs
|
|
*.log
|
|
|
|
# Editor directories and files
|
|
.idea/
|
|
# .vscode/
|
|
*.iml
|
|
*.sublime-project
|
|
*.sublime-workspace
|
|
|
|
# Swap/backup files
|
|
*~
|
|
*.swp
|
|
*.swo
|
|
.#*
|
|
|
|
# macOS / Windows
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Container / OS artifacts
|
|
docker-compose.override.yml
|
|
|
|
# CI artifacts
|
|
coverage/
|
|
reports/
|
|
|
|
# Misc
|
|
node_modules/
|
|
deprecated/ |