35 lines
529 B
Plaintext
35 lines
529 B
Plaintext
# Binaries for programs and plugins
|
|
*.exe
|
|
*.exe~
|
|
*.dll
|
|
*.so
|
|
*.dylib
|
|
|
|
# Folder view configuration files
|
|
.DS_Store
|
|
Desktop.ini
|
|
|
|
# Thumbnail cache files
|
|
._*
|
|
Thumbs.db
|
|
|
|
# Files that might appear on external disks
|
|
.Spotlight-V100
|
|
.Trashes
|
|
|
|
# Compilation/Build output folder
|
|
output/
|
|
|
|
# Jetbrains Configuration files
|
|
.idea/
|
|
|
|
|
|
# Go specific files
|
|
# - 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 |