30 lines
189 B
Text
30 lines
189 B
Text
# Binaries
|
|
iso-bot
|
|
*.exe
|
|
*.dll
|
|
*.so
|
|
*.dylib
|
|
|
|
# Build
|
|
/bin/
|
|
/dist/
|
|
|
|
# Config
|
|
config/local.yaml
|
|
|
|
# Logs
|
|
logs/
|
|
*.log
|
|
|
|
# IDE
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Go
|
|
vendor/
|