151 lines
1.5 KiB
Text
151 lines
1.5 KiB
Text
# 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
|
|
|
|
# Build outputs
|
|
bin/
|
|
dist/
|
|
build/
|
|
output/
|
|
|
|
# IDE and editor files
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# OS generated files
|
|
.DS_Store
|
|
.DS_Store?
|
|
._*
|
|
.Spotlight-V100
|
|
.Trashes
|
|
ehthumbs.db
|
|
Thumbs.db
|
|
|
|
# Log files
|
|
*.log
|
|
logs/
|
|
hub.log
|
|
|
|
# Temporary files
|
|
tmp/
|
|
temp/
|
|
*.tmp
|
|
|
|
# Configuration files with sensitive data
|
|
.env
|
|
.env.local
|
|
.env.*.local
|
|
config.local.yaml
|
|
config.local.yml
|
|
|
|
# Database files
|
|
*.db
|
|
*.sqlite
|
|
*.sqlite3
|
|
|
|
# Container and VM files
|
|
*.qcow2
|
|
*.vmdk
|
|
*.vdi
|
|
*.img
|
|
*.iso
|
|
|
|
# Package manager files
|
|
*.deb
|
|
*.rpm
|
|
*.tar.gz
|
|
*.zip
|
|
|
|
# Cache directories
|
|
.cache/
|
|
cache/
|
|
|
|
# Test coverage
|
|
coverage.out
|
|
coverage.html
|
|
|
|
# Profiling data
|
|
*.prof
|
|
*.pprof
|
|
|
|
# Backup files
|
|
*.bak
|
|
*.backup
|
|
*.old
|
|
|
|
# Local development files
|
|
local/
|
|
dev/
|
|
development/
|
|
work/
|
|
|
|
# Documentation build
|
|
docs/_build/
|
|
site/
|
|
|
|
# Node.js (if any frontend tools)
|
|
node_modules/
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# Python (if any Python tools)
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
*.so
|
|
.Python
|
|
env/
|
|
venv/
|
|
ENV/
|
|
env.bak/
|
|
venv.bak/
|
|
|
|
# Rust (if any Rust components)
|
|
target/
|
|
Cargo.lock
|
|
|
|
# Temporary build artifacts
|
|
*.o
|
|
*.a
|
|
*.so
|
|
*.dylib
|
|
*.dll
|
|
*.exe
|
|
*.out
|
|
*.app
|
|
|
|
# Go-specific
|
|
*.exe
|
|
*.exe~
|
|
*.dll
|
|
*.so
|
|
*.dylib
|
|
*.test
|
|
*.out
|
|
go.work
|
|
vendor/
|
|
|
|
# Project-specific
|
|
bin/
|
|
logs/
|
|
work/
|
|
*.log
|