forked from SiCKRAGE/SiCKRAGE
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
73 lines (64 loc) · 988 Bytes
/
.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
# SR GitLab Files #
######################
/.gitlab/
# SR Travis-CI Files #
######################
/.travis.yml
/.travis/
# SR User Related #
######################
*.db*
*.ini
autoProcessTV.cfg
/.imdbpie_cache/
/server.crt
/server.key
/sickrage/unrar/
# SR Test Related #
######################
/tests/show name/
/tests/logs/
/tests/cache/
/tests/show name final/
# 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/
# OS Generated Files #
######################
desktop.ini
ehthumbs.db
Thumbs.db
*.torrent
.Spotlight-V100
/.Trashes
/.directory
/.DS_Store
# GruntJS Files #
######################
/.sass-cache
# NodeJS Files #
######################
/node_modules/
# Bower Files #
######################
_bower.js
/bower_components/