gabrielkheisa 56503c065d first
2025-04-19 20:05:02 +07:00

38 lines
391 B
Plaintext

# Go build artifacts
*.exe
*.exe~
*.out
*.test
# Go module files
go.sum
# IDE/editor files
.vscode/
.idea/
*.swp
*.swo
# Windows files
Thumbs.db
Desktop.ini
# Logs
*.log
# Archive files
*.zip
*.tar
*.tar.gz
# Systray tray icon (you may want to ignore it if it's generated)
# icon.ico
# GitHub Actions artifacts (if manually downloaded)
*.7z
*.rar
# Build folders (if any)
bin/
dist/