mirror of
https://github.com/samjage/Uplink-Manager.git
synced 2026-06-06 00:40:42 +00:00
-54
@@ -1,54 +0,0 @@
|
|||||||
@"
|
|
||||||
# Python
|
|
||||||
__pycache__/
|
|
||||||
*.py[cod]
|
|
||||||
*.so
|
|
||||||
.Python
|
|
||||||
*.egg-info/
|
|
||||||
dist/
|
|
||||||
build/
|
|
||||||
*.spec
|
|
||||||
|
|
||||||
# PyInstaller
|
|
||||||
*.manifest
|
|
||||||
*.pyd
|
|
||||||
|
|
||||||
# WiX build outputs
|
|
||||||
*.wixobj
|
|
||||||
*.wixpdb
|
|
||||||
*.msi
|
|
||||||
*.cab
|
|
||||||
UplinkManager.wixobj
|
|
||||||
UplinkManager.wixpdb
|
|
||||||
|
|
||||||
# Logs and databases
|
|
||||||
*.log
|
|
||||||
*.sqlite
|
|
||||||
*.sqlite3
|
|
||||||
*.db
|
|
||||||
|
|
||||||
# User data (if you don't want to track local test data)
|
|
||||||
nat_builds.json
|
|
||||||
nat_settings.json
|
|
||||||
logs/
|
|
||||||
|
|
||||||
# OS generated files
|
|
||||||
.DS_Store
|
|
||||||
.DS_Store?
|
|
||||||
._*
|
|
||||||
.Spotlight-V100
|
|
||||||
.Trashes
|
|
||||||
Thumbs.db
|
|
||||||
ehthumbs.db
|
|
||||||
*.swp
|
|
||||||
*.swo
|
|
||||||
|
|
||||||
# IDE
|
|
||||||
.vscode/
|
|
||||||
.idea/
|
|
||||||
*.sublime-*
|
|
||||||
|
|
||||||
# Temporary files
|
|
||||||
*.tmp
|
|
||||||
*.temp
|
|
||||||
"@ | Out-File -FilePath ".gitignore" -Encoding utf8
|
|
||||||
Reference in New Issue
Block a user