This repository has been archived by the owner on Dec 29, 2017. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
/
.gitignore
130 lines (130 loc) · 1.38 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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
$RECYCLE.BIN/
*$py.class
*,cover
*.cab
*.css
*.css.map
*.egg
*.egg-info/
*.iml
*.iws
*.lnk
*.log
*.manifest
*.mo
*.msi
*.msm
*.msp
*.pid
*.pot
*.py[cod]
*.pyc
*.seed
*.so
*.spec
*~
._*
.apdisk
.AppleDB
.AppleDesktop
.AppleDouble
.bower-cache
.bower-registry
.bower-tmp
.cache
.coverage
.coverage.*
.directory
.DocumentRevisions-V100
.DS_Store
.eggs/
.env
.fseventsd
.fuse_hidden*
.grunt
.hypothesis/
.idea/
.installed.cfg
.ipynb_checkpoints
.lock-wscript
.LSOverride
.node_repl_history
.npm
.Python
.python-version
.ropeproject
.sass-cache/
.scrapy
.settings/
.Spotlight-V100
.spyderproject
.TemporaryItems
.tox/
.Trash-*
.Trashes
.venv
.VolumeIcon.icns
.vscode/
.webassets-cache
out/
[Bb]in
[Ii]nclude
[Ll]ib
[Ll]ib64
[Ll]ocal
[Ss]cripts
__pycache__/
atlassian-ide-plugin.xml
bower_components
build/
build/Release
celerybeat-schedule
com_crashlytics_export_strings.xml
coverage
coverage.xml
crashlytics-build.properties
crashlytics.properties
db.sqlite3
Desktop.ini
develop-eggs/
dist/
docs/_build/
downloads/
eggs/
ehthumbs.db
env/
ENV/
fabric.properties
htmlcov/
Icon
instance/
jspm_packages
lib-cov
lib/
lib64/
local_settings.py
logs
media
Network Trash Folder
node_modules
nosetests.xml
npm-debug.log*
parts/
pids
pip-delete-this-directory.txt
pip-log.txt
pip-selfcheck.json
pyvenv.cfg
sdist/
target/
Temporary Items
Thumbs.db
var/
venv/
/.state/
debian/
.pyvenv/
__pycache__/*
sirbot.log
*.db
ansible/roles