61 lines
580 B
Text
61 lines
580 B
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
|
|
*.out
|
|
|
|
# Go workspace file
|
|
go.work
|
|
|
|
# Dependency directories
|
|
vendor/
|
|
node_modules/
|
|
|
|
# Build output
|
|
build/
|
|
bin/
|
|
tmp/
|
|
dist/
|
|
|
|
# IDE specific files
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
.DS_Store
|
|
|
|
# Environment variables
|
|
.env
|
|
.env.local
|
|
.env.*.local
|
|
.env.*
|
|
!.env.include.*
|
|
|
|
# Logs
|
|
*.log
|
|
logs/
|
|
|
|
# Air temporary files
|
|
tmp/
|
|
|
|
# Generated files
|
|
*_templ.go
|
|
*_templ.txt
|
|
|
|
# Database files
|
|
*.sqlite
|
|
*.sqlite3
|
|
/data/
|
|
*.db
|
|
*.db-shm
|
|
*.db-wal
|
|
|
|
output.css
|