mirror of
https://github.com/SickGear/SickGear.git
synced 2024-11-14 17:05:05 +00:00
49f6c99e0a
Fix parsing shows where multiple same names are in SG and show_obj is set for parser. Change update fallback zoneinfo to 2023c. Change update gitignore.
51 lines
648 B
Text
51 lines
648 B
Text
######################
|
|
# SG User Related #
|
|
cache/*
|
|
Logs/*
|
|
restore/
|
|
autoProcessTV/autoProcessTV.cfg
|
|
config.ini*
|
|
cache.db*
|
|
failed.db*
|
|
sickbeard.db*
|
|
server.crt
|
|
server.key
|
|
|
|
######################
|
|
# SG Test Related #
|
|
tests/cache/*
|
|
tests/Logs/*
|
|
tests/*.db
|
|
tests/sickgear.*
|
|
|
|
######################
|
|
# Compiled source #
|
|
*.py[co]
|
|
**/__pycache__/
|
|
|
|
######################
|
|
# IDE specific #
|
|
/.idea/
|
|
*.bak
|
|
*.cproject
|
|
*.project
|
|
*.pydevproject
|
|
*.sw?
|
|
*.tmp
|
|
*.tmproj
|
|
*.tmproject
|
|
*.wpr
|
|
Session.vim
|
|
.ropeproject/*
|
|
|
|
######################
|
|
# OS generated files #
|
|
*.torrent
|
|
*~
|
|
.directory
|
|
.DS_Store
|
|
.Spotlight-V100
|
|
.Trashes
|
|
desktop.ini
|
|
ehthumbs.db
|
|
Thumbs.db
|