1
+ # Generated by DDLAB CodePublisher Tool
2
+
3
+ # Gradle
4
+ # ------
5
+ ! /.gradle /** /*
6
+ /build
7
+
8
+ # IDEA
9
+ # ----
10
+ .idea
11
+ .idea /
12
+ .shelf
13
+ /* .iml
14
+ /* .ipr
15
+ /* .iws
16
+ /out
17
+
18
+ /out /* . *
19
+
20
+ # Eclipse
21
+ # -------
22
+ * .classpath
23
+ * .project
24
+ * .settings
25
+
26
+ /bin
27
+ .metadata /
28
+ bin /
29
+ tmp /
30
+ * .tmp
31
+ * .bak
32
+ * .swp
33
+ * ~.nib
34
+ local.properties
35
+ .settings /
36
+ .loadpath
37
+ .recommenders
38
+
39
+ # Eclipse Core
40
+ .project
41
+
42
+ # JDT-specific (Eclipse Java Development Tools)
43
+ .classpath
44
+
45
+ # STS (Spring Tool Suite)
46
+ .springBeans
47
+
48
+ # Code Recommenders
49
+ .recommenders /
50
+
51
+ # Logs
52
+ # ----
53
+ /* .log
54
+
55
+ # Others
56
+ # ----
57
+ ** /* .class
58
+ * .class
59
+ ** /* .bin
60
+ ** /* .build
61
+ ** /* .out
62
+ * .zip
63
+ build
64
+ build /
65
+ ** /* .jar
66
+
67
+ # Maven specific
68
+ ! /.mvn /** /*
69
+ target /
70
+
71
+ # Skip all SVN related
72
+ .svn /
73
+ .svn /entries
74
+ .svn *
75
+ * /.svn /*
76
+
77
+ # Skip all CVS related
78
+ CVS /
79
+ /CVS /*
80
+ ** /CVS /*
81
+ .cvsignore
82
+ * /.cvsignore
83
+
84
+ # For Node JS
85
+ # Logs
86
+ logs
87
+ * .log
88
+ npm-debug.log *
89
+ yarn-debug.log *
90
+ yarn-error.log *
91
+ lerna-debug.log *
92
+
93
+ # Diagnostic reports (https://nodejs.org/api/report.html)
94
+ report. [0-9 ]* . [0-9 ]* . [0-9 ]* . [0-9 ]* .json
95
+
96
+ # Runtime data
97
+ pids
98
+ * .pid
99
+ * .seed
100
+ * .pid.lock
101
+
102
+ # Directory for instrumented libs generated by jscoverage/JSCover
103
+ lib-cov
104
+
105
+ # Coverage directory used by tools like istanbul
106
+ coverage
107
+ * .lcov
108
+
109
+ # nyc test coverage
110
+ .nyc_output
111
+
112
+ # Grunt intermediate storage (https://gruntjs.com/creating-plugins#storing-task-files)
113
+ .grunt
114
+
115
+ # Bower dependency directory (https://bower.io/)
116
+ bower_components
117
+
118
+ # node-waf configuration
119
+ .lock-wscript
120
+
121
+ # Compiled binary addons (https://nodejs.org/api/addons.html)
122
+ build /Release
123
+
124
+ # Dependency directories
125
+ node_modules /
126
+ jspm_packages /
127
+
128
+ # Snowpack dependency directory (https://snowpack.dev/)
129
+ web_modules /
130
+
131
+ # TypeScript cache
132
+ * .tsbuildinfo
133
+
134
+ # Optional npm cache directory
135
+ .npm
136
+
137
+ # Optional eslint cache
138
+ .eslintcache
139
+
140
+ # Microbundle cache
141
+ .rpt2_cache /
142
+ .rts2_cache_cjs /
143
+ .rts2_cache_es /
144
+ .rts2_cache_umd /
145
+
146
+ # Optional REPL history
147
+ .node_repl_history
148
+
149
+ # Output of 'npm pack'
150
+ * .tgz
151
+
152
+ # Yarn Integrity file
153
+ .yarn-integrity
154
+
155
+ # dotenv environment variables file
156
+ .env
157
+ .env.test
158
+
159
+ # parcel-bundler cache (https://parceljs.org/)
160
+ .cache
161
+ .parcel-cache
162
+
163
+ # Next.js build output
164
+ .next
165
+ out
166
+
167
+ # Nuxt.js build / generate output
168
+ .nuxt
169
+ dist
170
+
171
+ # Gatsby files
172
+ .cache /
173
+
174
+ # vuepress build output
175
+ .vuepress /dist
176
+
177
+ # Serverless directories
178
+ .serverless /
179
+
180
+ # FuseBox cache
181
+ .fusebox /
182
+
183
+ # DynamoDB Local files
184
+ .dynamodb /
185
+
186
+ # TernJS port file
187
+ .tern-port
188
+
189
+ # Stores VSCode versions used for testing VSCode extensions
190
+ .vscode-test
191
+
192
+ # yarn v2
193
+ .yarn /cache
194
+ .yarn /unplugged
195
+ .yarn /build-state.yml
196
+ .yarn /install-state.gz
197
+ .pnp. *
198
+
199
+
200
+ # For Python
201
+ # Byte-compiled / optimized / DLL files
202
+ __pycache__ /
203
+ * .py [cod ]
204
+ * $py.class
205
+
206
+ # C extensions
207
+ * .so
208
+
209
+ # Distribution / packaging
210
+ .Python
211
+ build /
212
+ develop-eggs /
213
+ dist /
214
+ downloads /
215
+ eggs /
216
+ .eggs /
217
+ lib /
218
+ lib64 /
219
+ parts /
220
+ sdist /
221
+ var /
222
+ wheels /
223
+ share /python-wheels /
224
+ * .egg-info /
225
+ .installed.cfg
226
+ * .egg
227
+ MANIFEST
228
+
229
+ * .manifest
230
+ * .spec
231
+
232
+ # Installer logs
233
+ pip-log.txt
234
+ pip-delete-this-directory.txt
235
+
236
+ # Unit test / coverage reports
237
+ htmlcov /
238
+ .tox /
239
+ .nox /
240
+ .coverage
241
+ .coverage. *
242
+ .cache
243
+ nosetests.xml
244
+ coverage.xml
245
+ * .cover
246
+ * .py,cover
247
+ .hypothesis /
248
+ .pytest_cache /
249
+ cover /
250
+
251
+ # Translations
252
+ * .mo
253
+ * .pot
254
+
255
+ # Django stuff:
256
+ * .log
257
+ local_settings.py
258
+ db.sqlite3
259
+ db.sqlite3-journal
260
+
261
+ # Flask stuff:
262
+ instance /
263
+ .webassets-cache
264
+
265
+ # Scrapy stuff:
266
+ .scrapy
267
+
268
+ # Sphinx documentation
269
+ docs /_build /
270
+
271
+ # PyBuilder
272
+ .pybuilder /
273
+ target /
274
+
275
+ # Jupyter Notebook
276
+ .ipynb_checkpoints
277
+
278
+ # IPython
279
+ profile_default /
280
+ ipython_config.py
281
+
282
+
283
+ # PEP 582; used by e.g. github.com/David-OConnor/pyflow
284
+ __pypackages__ /
285
+
286
+ # Celery stuff
287
+ celerybeat-schedule
288
+ celerybeat.pid
289
+
290
+ # SageMath parsed files
291
+ * .sage.py
292
+
293
+ # Environments
294
+ .env
295
+ .venv
296
+ env /
297
+ venv /
298
+ ENV /
299
+ env.bak /
300
+ venv.bak /
301
+
302
+ # Spyder project settings
303
+ .spyderproject
304
+ .spyproject
305
+
306
+ # Rope project settings
307
+ .ropeproject
308
+
309
+ # mkdocs documentation
310
+ /site
311
+
312
+ # mypy
313
+ .mypy_cache /
314
+ .dmypy.json
315
+ dmypy.json
316
+
317
+ # Pyre type checker
318
+ .pyre /
319
+
320
+ # pytype static type analyzer
321
+ .pytype /
322
+
323
+ # Cython debug symbols
324
+ cython_debug /
325
+
326
+ # For Go language
327
+ * .exe
328
+ * .exe~
329
+ * .dll
330
+ * .so
331
+ * .dylib
332
+
333
+ # Test binary, built with `go test -c`
334
+ * .test
335
+
336
+ # Output of the go coverage tool, specifically when used with LiteIDE
337
+ * .out
338
+
339
+ # Extra
340
+ .vscode
0 commit comments