mirror of
https://github.com/gabrielkheisa/auto_dark_light_windows.git
synced 2025-04-27 00:19:06 +07:00
38 lines
391 B
Plaintext
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/
|