57 lines
661 B
Text
57 lines
661 B
Text
# ========================
|
|
# JetBrains IDEs (IntelliJ IDEA, GoLand, etc.)
|
|
# ========================
|
|
.idea/
|
|
*.iml
|
|
*.ipr
|
|
*.iws
|
|
out/
|
|
.idea_modules/
|
|
|
|
# ========================
|
|
# Visual Studio Code
|
|
# ========================
|
|
.vscode/
|
|
*.code-workspace
|
|
.history/
|
|
|
|
# ========================
|
|
# Go
|
|
# ========================
|
|
# Binaries
|
|
*.exe
|
|
*.exe~
|
|
*.dll
|
|
*.so
|
|
*.dylib
|
|
|
|
# Test binary
|
|
*.test
|
|
|
|
# Output of go build
|
|
*.out
|
|
|
|
# Dependency directory
|
|
vendor/
|
|
|
|
# Go workspace file
|
|
go.work
|
|
go.work.sum
|
|
|
|
# Go module download cache
|
|
/go/pkg/mod/
|
|
|
|
# Build output
|
|
bin/
|
|
dist/
|
|
|
|
# Environment files
|
|
.env
|
|
.env.local
|
|
.env.*.local
|
|
|
|
# OS generated
|
|
.DS_Store
|
|
.DS_Store?
|
|
Thumbs.db
|
|
ehthumbs.db
|