forked from SiCKRAGE/SiCKRAGE
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
87 lines (78 loc) · 1.23 KB
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
# SR AniDB Files #
######################
/Session.cfg
/sickrage/libs/adba/anime-list.xml
/sickrage/libs/adba/animetitles.xml
# SR Tox Files #
######################
/.tox/
# SR GitLab Files #
######################
/.gitlab/
# SR Travis-CI Files #
######################
/.travis.yml
/.travis/
# SR User Related #
######################
*.db*
*.ini
privatekey.pem
autoProcessTV.cfg
/.imdbpie_cache/
/server.crt
/server.key
/sickrage/unrar/
# SR Test Related #
######################
/tests/database/
/tests/providers/
/tests/show name/
/tests/show name final/
/tests/sr_update_*/
# Compiled Source #
######################
*.py[cod]
# IDE Specific #
######################
*.bak
*.tmp
*.wpr
*.project
*.pydevproject
*.cproject
*.tmproj
*.tmproject
*.sw?
*.ipr
.pypirc
Session.vim
sickrage.egg-info
/.idea
/.ropeproject/*
/.settings/*
/build/
pre-commit-hook.sh
/venv/
/.vagrant/
Vagrantfile
# OS Generated Files #
######################
desktop.ini
ehthumbs.db
Thumbs.db
*.torrent
.Spotlight-V100
/.Trashes
/.directory
/.DS_Store
# Build Files #
######################
.yarn-cache
yarn.lock
package-lock.json
/bower_components/
/node_modules/
/src/spritesmith-generated/
/dist/
/sickrage/core/webserver/static/js/core.js.map