mirror of
https://github.com/gabrielkheisa/auto_dark_light_windows.git
synced 2025-08-21 11:31:06 +00:00
first
This commit is contained in:
37
.gitignore
vendored
Normal file
37
.gitignore
vendored
Normal file
@@ -0,0 +1,37 @@
|
||||
# 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/
|
Reference in New Issue
Block a user