返回 marp
.gitignore
根目录 / .gitignore
1 # Created by https://www.toptal.com/developers/gitignore/api/vim,node,linux,emacs,macos,windows,intellij,sublimetext,visualstudiocode
2 # Edit at https://www.toptal.com/developers/gitignore?templates=vim,node,linux,emacs,macos,windows,intellij,sublimetext,visualstudiocode
3
4 ### Emacs ###
5 # -*- mode: gitignore; -*-
6 *~
7 \#*\#
8 /.emacs.desktop
9 /.emacs.desktop.lock
10 *.elc
11 auto-save-list
12 tramp
13 .\#*
14
15 # Org-mode
16 .org-id-locations
17 *_archive
18
19 # flymake-mode
20 *_flymake.*
21
22 # eshell files
23 /eshell/history
24 /eshell/lastdir
25
26 # elpa packages
27 /elpa/
28
29 # reftex files
30 *.rel
31
32 # AUCTeX auto folder
33 /auto/
34
35 # cask packages
36 .cask/
37 dist/
38
39 # Flycheck
40 flycheck_*.el
41
42 # server auth directory
43 /server/
44
45 # projectiles files
46 .projectile
47
48 # directory configuration
49 .dir-locals.el
50
51 # network security
52 /network-security.data
53
54
55 ### Intellij ###
56 # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider
57 # Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
58
59 # User-specific stuff
60 .idea/**/workspace.xml
61 .idea/**/tasks.xml
62 .idea/**/usage.statistics.xml
63 .idea/**/dictionaries
64 .idea/**/shelf
65
66 # AWS User-specific
67 .idea/**/aws.xml
68
69 # Generated files
70 .idea/**/contentModel.xml
71
72 # Sensitive or high-churn files
73 .idea/**/dataSources/
74 .idea/**/dataSources.ids
75 .idea/**/dataSources.local.xml
76 .idea/**/sqlDataSources.xml
77 .idea/**/dynamic.xml
78 .idea/**/uiDesigner.xml
79 .idea/**/dbnavigator.xml
80
81 # Gradle
82 .idea/**/gradle.xml
83 .idea/**/libraries
84
85 # Gradle and Maven with auto-import
86 # When using Gradle or Maven with auto-import, you should exclude module files,
87 # since they will be recreated, and may cause churn. Uncomment if using
88 # auto-import.
89 # .idea/artifacts
90 # .idea/compiler.xml
91 # .idea/jarRepositories.xml
92 # .idea/modules.xml
93 # .idea/*.iml
94 # .idea/modules
95 # *.iml
96 # *.ipr
97
98 # CMake
99 cmake-build-*/
100
101 # Mongo Explorer plugin
102 .idea/**/mongoSettings.xml
103
104 # File-based project format
105 *.iws
106
107 # IntelliJ
108 out/
109
110 # mpeltonen/sbt-idea plugin
111 .idea_modules/
112
113 # JIRA plugin
114 atlassian-ide-plugin.xml
115
116 # Cursive Clojure plugin
117 .idea/replstate.xml
118
119 # SonarLint plugin
120 .idea/sonarlint/
121
122 # Crashlytics plugin (for Android Studio and IntelliJ)
123 com_crashlytics_export_strings.xml
124 crashlytics.properties
125 crashlytics-build.properties
126 fabric.properties
127
128 # Editor-based Rest Client
129 .idea/httpRequests
130
131 # Android studio 3.1+ serialized cache file
132 .idea/caches/build_file_checksums.ser
133
134 ### Intellij Patch ###
135 # Comment Reason: https://github.com/joeblau/gitignore.io/issues/186#issuecomment-215987721
136
137 # *.iml
138 # modules.xml
139 # .idea/misc.xml
140 # *.ipr
141
142 # Sonarlint plugin
143 # https://plugins.jetbrains.com/plugin/7973-sonarlint
144 .idea/**/sonarlint/
145
146 # SonarQube Plugin
147 # https://plugins.jetbrains.com/plugin/7238-sonarqube-community-plugin
148 .idea/**/sonarIssues.xml
149
150 # Markdown Navigator plugin
151 # https://plugins.jetbrains.com/plugin/7896-markdown-navigator-enhanced
152 .idea/**/markdown-navigator.xml
153 .idea/**/markdown-navigator-enh.xml
154 .idea/**/markdown-navigator/
155
156 # Cache file creation bug
157 # See https://youtrack.jetbrains.com/issue/JBR-2257
158 .idea/$CACHE_FILE$
159
160 # CodeStream plugin
161 # https://plugins.jetbrains.com/plugin/12206-codestream
162 .idea/codestream.xml
163
164 # Azure Toolkit for IntelliJ plugin
165 # https://plugins.jetbrains.com/plugin/8053-azure-toolkit-for-intellij
166 .idea/**/azureSettings.xml
167
168 ### Linux ###
169
170 # temporary files which can be created if a process still has a handle open of a deleted file
171 .fuse_hidden*
172
173 # KDE directory preferences
174 .directory
175
176 # Linux trash folder which might appear on any partition or disk
177 .Trash-*
178
179 # .nfs files are created when an open file is removed but is still being accessed
180 .nfs*
181
182 ### macOS ###
183 # General
184 .DS_Store
185 .AppleDouble
186 .LSOverride
187
188 # Icon must end with two \r
189 Icon
190
191
192 # Thumbnails
193 ._*
194
195 # Files that might appear in the root of a volume
196 .DocumentRevisions-V100
197 .fseventsd
198 .Spotlight-V100
199 .TemporaryItems
200 .Trashes
201 .VolumeIcon.icns
202 .com.apple.timemachine.donotpresent
203
204 # Directories potentially created on remote AFP share
205 .AppleDB
206 .AppleDesktop
207 Network Trash Folder
208 Temporary Items
209 .apdisk
210
211 ### macOS Patch ###
212 # iCloud generated files
213 *.icloud
214
215 ### Node ###
216 # Logs
217 logs
218 *.log
219 npm-debug.log*
220 yarn-debug.log*
221 yarn-error.log*
222 lerna-debug.log*
223 .pnpm-debug.log*
224
225 # Diagnostic reports (https://nodejs.org/api/report.html)
226 report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json
227
228 # Runtime data
229 pids
230 *.pid
231 *.seed
232 *.pid.lock
233
234 # Directory for instrumented libs generated by jscoverage/JSCover
235 lib-cov
236
237 # Coverage directory used by tools like istanbul
238 coverage
239 *.lcov
240
241 # nyc test coverage
242 .nyc_output
243
244 # Grunt intermediate storage (https://gruntjs.com/creating-plugins#storing-task-files)
245 .grunt
246
247 # Bower dependency directory (https://bower.io/)
248 bower_components
249
250 # node-waf configuration
251 .lock-wscript
252
253 # Compiled binary addons (https://nodejs.org/api/addons.html)
254 build/Release
255
256 # Dependency directories
257 node_modules/
258 jspm_packages/
259
260 # Snowpack dependency directory (https://snowpack.dev/)
261 web_modules/
262
263 # TypeScript cache
264 *.tsbuildinfo
265
266 # Optional npm cache directory
267 .npm
268
269 # Optional eslint cache
270 .eslintcache
271
272 # Optional stylelint cache
273 .stylelintcache
274
275 # Microbundle cache
276 .rpt2_cache/
277 .rts2_cache_cjs/
278 .rts2_cache_es/
279 .rts2_cache_umd/
280
281 # Optional REPL history
282 .node_repl_history
283
284 # Output of 'npm pack'
285 *.tgz
286
287 # Yarn Integrity file
288 .yarn-integrity
289
290 # dotenv environment variable files
291 .env
292 .env.development.local
293 .env.test.local
294 .env.production.local
295 .env.local
296
297 # parcel-bundler cache (https://parceljs.org/)
298 .cache
299 .parcel-cache
300
301 # Next.js build output
302 .next
303 out
304
305 # Nuxt.js build / generate output
306 .nuxt
307 dist
308
309 # Gatsby files
310 .cache/
311 # Comment in the public line in if your project uses Gatsby and not Next.js
312 # https://nextjs.org/blog/next-9-1#public-directory-support
313 # public
314
315 # vuepress build output
316 .vuepress/dist
317
318 # vuepress v2.x temp and cache directory
319 .temp
320
321 # Docusaurus cache and generated files
322 .docusaurus
323
324 # Serverless directories
325 .serverless/
326
327 # FuseBox cache
328 .fusebox/
329
330 # DynamoDB Local files
331 .dynamodb/
332
333 # TernJS port file
334 .tern-port
335
336 # Stores VSCode versions used for testing VSCode extensions
337 .vscode-test
338
339 # yarn v2
340 .yarn/cache
341 .yarn/unplugged
342 .yarn/build-state.yml
343 .yarn/install-state.gz
344 .pnp.*
345
346 ### Node Patch ###
347 # Serverless Webpack directories
348 .webpack/
349
350 # Optional stylelint cache
351
352 # SvelteKit build / generate output
353 .svelte-kit
354
355 ### SublimeText ###
356 # Cache files for Sublime Text
357 *.tmlanguage.cache
358 *.tmPreferences.cache
359 *.stTheme.cache
360
361 # Workspace files are user-specific
362 *.sublime-workspace
363
364 # Project files should be checked into the repository, unless a significant
365 # proportion of contributors will probably not be using Sublime Text
366 # *.sublime-project
367
368 # SFTP configuration file
369 sftp-config.json
370 sftp-config-alt*.json
371
372 # Package control specific files
373 Package Control.last-run
374 Package Control.ca-list
375 Package Control.ca-bundle
376 Package Control.system-ca-bundle
377 Package Control.cache/
378 Package Control.ca-certs/
379 Package Control.merged-ca-bundle
380 Package Control.user-ca-bundle
381 oscrypto-ca-bundle.crt
382 bh_unicode_properties.cache
383
384 # Sublime-github package stores a github token in this file
385 # https://packagecontrol.io/packages/sublime-github
386 GitHub.sublime-settings
387
388 ### Vim ###
389 # Swap
390 [._]*.s[a-v][a-z]
391 !*.svg # comment out if you don't need vector files
392 [._]*.sw[a-p]
393 [._]s[a-rt-v][a-z]
394 [._]ss[a-gi-z]
395 [._]sw[a-p]
396
397 # Session
398 Session.vim
399 Sessionx.vim
400
401 # Temporary
402 .netrwhist
403 # Auto-generated tag files
404 tags
405 # Persistent undo
406 [._]*.un~
407
408 ### VisualStudioCode ###
409 .vscode/*
410 !.vscode/settings.json
411 !.vscode/tasks.json
412 !.vscode/launch.json
413 !.vscode/extensions.json
414 !.vscode/*.code-snippets
415
416 # Local History for Visual Studio Code
417 .history/
418
419 # Built Visual Studio Code Extensions
420 *.vsix
421
422 ### VisualStudioCode Patch ###
423 # Ignore all local history of files
424 .history
425 .ionide
426
427 # Support for Project snippet scope
428 .vscode/*.code-snippets
429
430 # Ignore code-workspaces
431 *.code-workspace
432
433 ### Windows ###
434 # Windows thumbnail cache files
435 Thumbs.db
436 Thumbs.db:encryptable
437 ehthumbs.db
438 ehthumbs_vista.db
439
440 # Dump file
441 *.stackdump
442
443 # Folder config file
444 [Dd]esktop.ini
445
446 # Recycle Bin used on file shares
447 $RECYCLE.BIN/
448
449 # Windows Installer files
450 *.cab
451 *.msi
452 *.msix
453 *.msm
454 *.msp
455
456 # Windows shortcuts
457 *.lnk
458
459 # End of https://www.toptal.com/developers/gitignore/api/vim,node,linux,emacs,macos,windows,intellij,sublimetext,visualstudiocode
460
460 lines Plain Text