Files
Uplink-Manager/.gitignore
T

55 lines
704 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
@"
# Python
__pycache__/
*.py[cod]
*.so
.Python
*.egg-info/
dist/
build/
*.spec
# PyInstaller keep your main .spec file, but ignore autogenerated ones
*.manifest
*.pyd
!Uplink Manager.spec
!uplink_manager.spec
# WiX build outputs keep the .wxs source, ignore the rest
*.wixobj
*.wixpdb
*.msi
*.cab
!UplinkManager.wxs
# Logs and databases
*.log
*.sqlite
*.sqlite3
*.db
# User data (created by the app in AppData, not in repo)
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