-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy path.gitignore
232 lines (231 loc) · 2.99 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
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
!*/cache/.htaccess
!*/cache/index.html
!*/logs/index.html
!/logs/empty
!/tmp/cache/models/empty
!/tmp/cache/persistent/empty
!/tmp/cache/views/empty
!/tmp/sessions/empty
!/tmp/tests/empty
!application/logs/.htaccess
!application/logs/index.html
!gradle-wrapper.jar
!gradle-wrapper.properties
!src/**/build/
!system/cache/*
*.db
*$py.class
**/build/
*.apk
*.class
*.cover
*.ctxt
*.dart.js
*.ear
*.egg
*.egg-info/
*.hprof
*.iml
*.info.json # Produced by the --dump-info flag.
*.jar
*.jks
*.js # When generated by dart2js. Don't specify *.js if your
*.js.deps
*.js.map
*.js_
*.keystore
*.lcov
*.log
*.log
*.log
*.log
*.manifest
*.mo
*.nar
*.pid
*.pid.lock
*.pot
*.py,cover
*.py[cod]
*.rar
*.sage.py
*.seed
*.so
*.spec
*.tar.gz
*.tgz
*.tsbuildinfo
*.war
*.zip
*/cache/*
*/config/development
*/logs/log-*.php
.Python
.arch-internal-preview.css
.architect
.cache
.cache
.cache
.cache/
.classpath
.coverage
.coverage.*
.cxx/
.dart_tool/
.dmypy.json
.docusaurus
.dynamodb/
.eggs/
.env
.env*
.env.*
.eslintcache
.externalNativeBuild/
.flutter-plugins
.flutter-plugins-dependencies
.fusebox/
.gradle
.gradle/
.gradletasknamecache
.grunt
.hypothesis/
.idea/
.installed.cfg
.ipynb_checkpoints
.lock-wscript
.mtj.tmp/
.mypy_cache/
.next
.node_repl_history
.nox/
.npm
.nuxt
.nyc_output
.packages
.parcel-cache
.pdm.toml
.phpunit.result.cache
.pnp.*
.pnpm-debug.log*
.project
.pybuilder/
.pyre/
.pytest_cache/
.pytype/
.ropeproject
.rpt2_cache/
.rts2_cache_cjs/
.rts2_cache_es/
.rts2_cache_umd/
.scrapy
.serverless/
.spyderproject
.spyproject
.stylelintcache
.temp
.tern-port
.tox/
.venv
.vscode-test
.vuepress/dist
.webassets-cache
.yarn-integrity
.yarn/build-state.yml
.yarn/cache
.yarn/install-state.gz
.yarn/unplugged
/.vagrant
/app/Config/core.php
/app/Config/database.php
/app/tmp/*
/config/app.php
/logs/*
/sit
tmp/
vendor/
ENV/
Homestead.json
Homestead.yaml
MANIFEST
__pycache__/
__pypackages__/
app/storage/
application/logs/*
bower_components
build/
captures/
celerybeat-schedule
celerybeat.pid
classic.json
classic.jsonp
cover/
coverage
coverage.xml
cython_debug/
db.sqlite3
db.sqlite3-journal
deploymentTargetDropDown.xml
develop-eggs/
dist
dist/
dmypy.json
doc/api/
docs/_build/
downloads/
eggs/
env.bak/
env/
ext/
google-services.json
gradle-app.setting
hs_err_pid*
htmlcov/
instance/
ipython_config.py
jspm_packages/
lerna-debug.log*
lib-cov
lib/
lib64/
local.properties
local_settings.py
logs
misc.xml
modern.json
modern.jsonp
node_modules/
nosetests.xml
npm-debug.log
npm-debug.log*
out
output.json
parts/
pids
pip-delete-this-directory.txt
pip-log.txt
profile_default/
public/hot
public/storage
public_html/hot
public_html/storage
pubspec.lock
render.experimental.xml
replay_pid*
report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json
resources/.arch-internal-preview.css
resources/sass/.sass-cache/
sdist/
share/python-wheels/
storage/*.key
target/
user_guide_src/build/*
user_guide_src/cilexer/build/*
user_guide_src/cilexer/dist/*
user_guide_src/cilexer/pycilexer.egg-info/*
var/
venv.bak/
venv/
web_modules/
wheels/
yarn-debug.log*
yarn-error.log*