151 lines
1.6 KiB
Plaintext
151 lines
1.6 KiB
Plaintext
# Binaries for programs and plugins
|
|
*.exe
|
|
*.exe~
|
|
*.dll
|
|
*.so
|
|
*.dylib
|
|
|
|
# Test binary, built with `go test -c`
|
|
*.test
|
|
|
|
# Output of the go coverage tool, specifically when used with LiteIDE
|
|
*.out
|
|
|
|
# Dependency directories (remove the comment below to include it)
|
|
# vendor/
|
|
|
|
# Go workspace file
|
|
go.work
|
|
go.work.sum
|
|
|
|
# Build output
|
|
/bin/
|
|
/build/
|
|
/dist/
|
|
|
|
# IDE files
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# OS generated files
|
|
.DS_Store
|
|
.DS_Store?
|
|
._*
|
|
.Spotlight-V100
|
|
.Trashes
|
|
ehthumbs.db
|
|
Thumbs.db
|
|
|
|
# Log files
|
|
*.log
|
|
logs/
|
|
|
|
# Environment variables
|
|
.env
|
|
.env.local
|
|
.env.development
|
|
.env.test
|
|
.env.production
|
|
|
|
# Configuration files with sensitive data
|
|
config/local.yaml
|
|
config/production.yaml
|
|
config/development.yaml
|
|
config/*.local.yaml
|
|
|
|
# Database files
|
|
*.db
|
|
*.sqlite
|
|
*.sqlite3
|
|
|
|
# Temporary files
|
|
tmp/
|
|
temp/
|
|
*.tmp
|
|
|
|
# Coverage reports
|
|
coverage.txt
|
|
coverage.html
|
|
coverage.out
|
|
|
|
# Air live reload tool
|
|
tmp/
|
|
|
|
# Delve debugger
|
|
__debug_bin
|
|
|
|
# GoLand
|
|
.idea/
|
|
|
|
# VS Code
|
|
.vscode/
|
|
|
|
# Emacs
|
|
*~
|
|
\#*\#
|
|
/.emacs.desktop
|
|
/.emacs.desktop.lock
|
|
*.elc
|
|
auto-save-list
|
|
tramp
|
|
.\#*
|
|
|
|
# Vim
|
|
[._]*.s[a-v][a-z]
|
|
[._]*.sw[a-p]
|
|
[._]s[a-rt-v][a-z]
|
|
[._]ss[a-gi-z]
|
|
[._]sw[a-p]
|
|
|
|
# JetBrains IDEs
|
|
.idea/
|
|
*.iml
|
|
*.ipr
|
|
*.iws
|
|
|
|
# Local development files
|
|
*.local
|
|
|
|
# Docker
|
|
.dockerignore
|
|
|
|
# Kubernetes
|
|
*.kubeconfig
|
|
|
|
# Certificates and keys
|
|
*.pem
|
|
*.key
|
|
*.crt
|
|
*.p12
|
|
*.pfx
|
|
|
|
# Backup files
|
|
*.bak
|
|
*.backup
|
|
|
|
# Node modules (if using any frontend tools)
|
|
node_modules/
|
|
|
|
# Yarn
|
|
yarn-error.log
|
|
|
|
# NPM
|
|
npm-debug.log*
|
|
|
|
# MacOS
|
|
.AppleDouble
|
|
.LSOverride
|
|
|
|
# Windows
|
|
Desktop.ini
|
|
$RECYCLE.BIN/
|
|
|
|
# Linux
|
|
*~
|
|
|
|
# Application specific
|
|
# Add your application specific ignores here
|