1
1
# See https://help.github.com/ignore-files/ for more about ignoring files.
2
+ # Created by .ignore support plugin (hsz.mobi)
3
+ # ## VisualStudioCode template
4
+ .vscode /*
5
+ ! .vscode /settings.json
6
+ ! .vscode /tasks.json
7
+ ! .vscode /launch.json
8
+ ! .vscode /extensions.json
9
+ # ## JetBrains template
10
+ # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and WebStorm
11
+ # Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
2
12
3
13
# dependencies
4
14
/node_modules
15
+ # User-specific stuff
16
+ .idea /** /workspace.xml
17
+ .idea /** /tasks.xml
18
+ .idea /** /usage.statistics.xml
19
+ .idea /** /dictionaries
20
+ .idea /** /shelf
5
21
6
22
# production
7
23
/build
8
24
/demo
25
+ # Sensitive or high-churn files
26
+ .idea /** /dataSources /
27
+ .idea /** /dataSources.ids
28
+ .idea /** /dataSources.local.xml
29
+ .idea /** /sqlDataSources.xml
30
+ .idea /** /dynamic.xml
31
+ .idea /** /uiDesigner.xml
32
+ .idea /** /dbnavigator.xml
9
33
10
34
# testing
11
35
/coverage
36
+ # Gradle
37
+ .idea /** /gradle.xml
38
+ .idea /** /libraries
12
39
13
40
# misc
14
41
.DS_Store
15
42
.env.local
16
43
.env.development.local
17
44
.env.test.local
18
45
.env.production.local
46
+ # Gradle and Maven with auto-import
47
+ # When using Gradle or Maven with auto-import, you should exclude module files,
48
+ # since they will be recreated, and may cause churn. Uncomment if using
49
+ # auto-import.
50
+ # .idea/modules.xml
51
+ # .idea/*.iml
52
+ # .idea/modules
19
53
54
+ # CMake
55
+ cmake-build- * /
56
+
57
+ # Mongo Explorer plugin
58
+ .idea /** /mongoSettings.xml
59
+
60
+ # File-based project format
61
+ * .iws
62
+
63
+ # IntelliJ
64
+ out /
65
+
66
+ # mpeltonen/sbt-idea plugin
67
+ .idea_modules /
68
+
69
+ # JIRA plugin
70
+ atlassian-ide-plugin.xml
71
+
72
+ # Cursive Clojure plugin
73
+ .idea /replstate.xml
74
+
75
+ # Crashlytics plugin (for Android Studio and IntelliJ)
76
+ com_crashlytics_export_strings.xml
77
+ crashlytics.properties
78
+ crashlytics-build.properties
79
+ fabric.properties
80
+
81
+ # Editor-based Rest Client
82
+ .idea /httpRequests
83
+ # ## Node template
84
+ # Logs
85
+ logs
86
+ * .log
20
87
npm-debug.log *
21
88
yarn-debug.log *
22
89
yarn-error.log *
23
90
24
91
# virtualenv
25
92
vv
26
93
venv
94
+ # Runtime data
95
+ pids
96
+ * .pid
97
+ * .seed
98
+ * .pid.lock
99
+
100
+ # Directory for instrumented libs generated by jscoverage/JSCover
101
+ lib-cov
102
+
103
+ # Coverage directory used by tools like istanbul
104
+ coverage
105
+
106
+ # nyc test coverage
107
+ .nyc_output
108
+
109
+ # Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
110
+ .grunt
111
+
112
+ # Bower dependency directory (https://bower.io/)
113
+ bower_components
114
+
115
+ # node-waf configuration
116
+ .lock-wscript
117
+
118
+ # Compiled binary addons (https://nodejs.org/api/addons.html)
119
+ build /Release
120
+
121
+ # Dependency directories
122
+ node_modules /
123
+ jspm_packages /
124
+
125
+ # TypeScript v1 declaration files
126
+ typings /
127
+
128
+ # Optional npm cache directory
129
+ .npm
130
+
131
+ # Optional eslint cache
132
+ .eslintcache
133
+
134
+ # Optional REPL history
135
+ .node_repl_history
136
+
137
+ # Output of 'npm pack'
138
+ * .tgz
139
+
140
+ # Yarn Integrity file
141
+ .yarn-integrity
142
+
143
+ # dotenv environment variables file
144
+ .env
145
+
146
+ # parcel-bundler cache (https://parceljs.org/)
147
+ .cache
148
+
149
+ # next.js build output
150
+ .next
27
151
28
152
# python
29
153
* .pyc
154
+ # nuxt.js build output
155
+ .nuxt
30
156
31
157
# builds
32
158
dash_cytoscape.egg-info
33
159
dist
34
160
* __pycache__ *
161
+ # vuepress build output
162
+ .vuepress /dist
163
+
164
+ # Serverless directories
165
+ .serverless
166
+ # ## Python template
167
+ # Byte-compiled / optimized / DLL files
35
168
__pycache__ /
169
+ * .py [cod ]
170
+ * $py.class
171
+
172
+ # C extensions
173
+ * .so
174
+
175
+ # Distribution / packaging
176
+ .Python
177
+ build /
178
+ develop-eggs /
179
+ dist /
180
+ downloads /
181
+ eggs /
182
+ .eggs /
183
+ lib64 /
184
+ parts /
185
+ sdist /
186
+ var /
187
+ wheels /
188
+ * .egg-info /
189
+ .installed.cfg
190
+ * .egg
191
+ MANIFEST
192
+
193
+ # PyInstaller
194
+ # Usually these files are written by a python script from a template
195
+ # before PyInstaller builds the exe, so as to inject date/other infos into it.
196
+ * .manifest
197
+ * .spec
198
+
199
+ # Installer logs
200
+ pip-log.txt
201
+ pip-delete-this-directory.txt
202
+
203
+ # Unit test / coverage reports
204
+ htmlcov /
205
+ .tox /
206
+ .coverage
207
+ .coverage. *
208
+ nosetests.xml
209
+ coverage.xml
210
+ * .cover
211
+ .hypothesis /
212
+ .pytest_cache /
213
+
214
+ # Translations
215
+ * .mo
216
+ * .pot
217
+
218
+ # Django stuff:
219
+ local_settings.py
220
+ db.sqlite3
221
+
222
+ # Flask stuff:
223
+ instance /
224
+ .webassets-cache
225
+
226
+ # Scrapy stuff:
227
+ .scrapy
228
+
229
+ # Sphinx documentation
230
+ docs /_build /
231
+
232
+ # PyBuilder
233
+ target /
234
+
235
+ # Jupyter Notebook
236
+ .ipynb_checkpoints
237
+
238
+ # pyenv
239
+ .python-version
240
+
241
+ # celery beat schedule file
242
+ celerybeat-schedule
243
+
244
+ # SageMath parsed files
245
+ * .sage.py
246
+
247
+ # Environments
248
+ .venv
249
+ env /
250
+ venv /
251
+ ENV /
252
+ env.bak /
253
+ venv.bak /
254
+
255
+ # Spyder project settings
256
+ .spyderproject
257
+ .spyproject
258
+
259
+ # Rope project settings
260
+ .ropeproject
261
+
262
+ # mkdocs documentation
263
+ /site
264
+
265
+ # mypy
266
+ .mypy_cache /
267
+ # ## SublimeText template
268
+ # Cache files for Sublime Text
269
+ * .tmlanguage.cache
270
+ * .tmPreferences.cache
271
+ * .stTheme.cache
272
+
273
+ # Workspace files are user-specific
274
+ * .sublime-workspace
275
+
276
+ # Project files should be checked into the repository, unless a significant
277
+ # proportion of contributors will probably not be using Sublime Text
278
+ # *.sublime-project
279
+
280
+ # SFTP configuration file
281
+ sftp-config.json
282
+
283
+ # Package control specific files
284
+ Package Control.last-run
285
+ Package Control.ca-list
286
+ Package Control.ca-bundle
287
+ Package Control.system-ca-bundle
288
+ Package Control.cache /
289
+ Package Control.ca-certs /
290
+ Package Control.merged-ca-bundle
291
+ Package Control.user-ca-bundle
292
+ oscrypto-ca-bundle.crt
293
+ bh_unicode_properties.cache
36
294
37
295
* .pyc
38
296
.idea
39
297
* .iml
40
- temp.py
298
+ temp.py # Sublime-github package stores a github token in this file
299
+ # https://packagecontrol.io/packages/sublime-github
300
+ GitHub.sublime-settings
301
+ temp.py
0 commit comments