71 lines
796 B
Plaintext
71 lines
796 B
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
|
|
vendor/
|
|
|
|
# Go workspace file
|
|
go.work
|
|
go.work.sum
|
|
|
|
# Environment files - ignore all variations
|
|
.env*
|
|
!.env.example
|
|
|
|
# Logs
|
|
*.log
|
|
logs/
|
|
|
|
# Temporary files
|
|
tmp/
|
|
*.tmp
|
|
*.temp
|
|
|
|
# IDE/Editor files
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# OS generated files
|
|
.DS_Store
|
|
.DS_Store?
|
|
._*
|
|
.Spotlight-V100
|
|
.Trashes
|
|
ehthumbs.db
|
|
Thumbs.db
|
|
|
|
# Air live reload tool
|
|
.air.toml
|
|
|
|
# Public uploads - user generated content
|
|
/public/apirijig/v2/uploads/
|
|
|
|
# Build outputs
|
|
/bin/
|
|
/build/
|
|
/dist/
|
|
|
|
# Coverage reports
|
|
coverage.txt
|
|
coverage.html
|
|
*.cover
|
|
|
|
# Debug files
|
|
debug
|
|
*.pprof
|
|
|
|
# Local development files
|
|
*.local |