2019-03-23 09:42:43 +00:00
|
|
|
# Binaries for programs and plugins
|
|
|
|
*.exe
|
|
|
|
*.exe~
|
|
|
|
*.dll
|
|
|
|
*.so
|
|
|
|
*.dylib
|
|
|
|
|
|
|
|
# Output of the go coverage tool, specifically when used with LiteIDE
|
|
|
|
*.out
|
2024-05-19 03:32:46 +00:00
|
|
|
|
|
|
|
# Go workspace file
|
|
|
|
go.work
|
|
|
|
go.work.sum
|
|
|
|
|
|
|
|
# Dependency directories
|
|
|
|
vendor/
|
|
|
|
|
|
|
|
# Go build artifacts
|
|
|
|
bin/
|
|
|
|
build/
|
|
|
|
dist/
|
|
|
|
|
|
|
|
# Configuration files for editors and tools
|
|
|
|
.vscode/
|
|
|
|
.idea/
|
|
|
|
*.swp
|
|
|
|
*.swo
|
|
|
|
|
|
|
|
# Logs
|
|
|
|
*.log
|
|
|
|
|
|
|
|
# Temporary files
|
|
|
|
*.tmp
|
|
|
|
*.temp
|
|
|
|
*.bak
|
|
|
|
|
|
|
|
# Test binary, coverage, and results
|
|
|
|
*.test
|
|
|
|
*.cover
|
|
|
|
*.cov
|
|
|
|
*.profile
|
|
|
|
*.prof
|
|
|
|
|
|
|
|
# OS-specific files
|
2019-03-24 04:13:06 +00:00
|
|
|
.DS_Store
|
2024-05-19 03:32:46 +00:00
|
|
|
Thumbs.db
|
|
|
|
|