31 lines
277 B
Text
31 lines
277 B
Text
# Binaries
|
|
*.exe
|
|
*.exe~
|
|
*.dll
|
|
*.so
|
|
*.dylib
|
|
*.test
|
|
|
|
# Build output
|
|
bin/
|
|
build/
|
|
dist/
|
|
|
|
# Go workspace
|
|
*.out
|
|
|
|
# Dependency directories (if any)
|
|
vendor/
|
|
|
|
# Go coverage files
|
|
coverage.out
|
|
|
|
# IDE: GoLand / IntelliJ IDEA
|
|
.idea/
|
|
*.iml
|
|
out/
|
|
|
|
# Logs and temp files
|
|
*.log
|
|
*.tmp
|
|
.DS_Store
|