gomog/.gitignore

44 lines
374 B
Plaintext

# Binaries
bin/
*.exe
*.exe~
*.dll
*.so
*.dylib
# Test binary
*.test
# Output of the go coverage tool
*.out
# Dependency directories
vendor/
# IDE
.idea/
.vscode/
*.swp
*.swo
*~
# Database files (SQLite)
*.db
*.sqlite
*.sqlite3
# Log files
*.log
# OS files
.DS_Store
Thumbs.db
# Config files with secrets
config.local.yaml
*.local.yaml
# Temporary files
tmp/
temp/