Skip to content

Commit b7476f6

Browse files
Improve gitignore.io
1 parent 7c24fe5 commit b7476f6

1 file changed

Lines changed: 366 additions & 13 deletions

File tree

.gitignore

Lines changed: 366 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,373 @@
1-
# Dependencies
2-
/node_modules
1+
# Created by https://www.toptal.com/developers/gitignore/api/macos,windows,docusaurus,intellij+all,visualstudiocode,eclipse
2+
# Edit at https://www.toptal.com/developers/gitignore?templates=macos,windows,docusaurus,intellij+all,visualstudiocode,eclipse
33

4-
# Production
5-
/build
6-
7-
# Generated files
4+
### Docusaurus ###
5+
# Docusaurus cache and generated files
86
.docusaurus
9-
.cache-loader
107

11-
# Misc
12-
.DS_Store
13-
.env.local
14-
.env.development.local
15-
.env.test.local
16-
.env.production.local
8+
# Docusaurus Build Directory
9+
/build/
1710

11+
### Docusaurus.Node Stack ###
12+
# Logs
13+
logs
14+
*.log
1815
npm-debug.log*
1916
yarn-debug.log*
2017
yarn-error.log*
18+
lerna-debug.log*
19+
.pnpm-debug.log*
20+
21+
# Diagnostic reports (https://nodejs.org/api/report.html)
22+
report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json
23+
24+
# Runtime data
25+
pids
26+
*.pid
27+
*.seed
28+
*.pid.lock
29+
30+
# Directory for instrumented libs generated by jscoverage/JSCover
31+
lib-cov
32+
33+
# Coverage directory used by tools like istanbul
34+
coverage
35+
*.lcov
36+
37+
# nyc test coverage
38+
.nyc_output
39+
40+
# Grunt intermediate storage (https://gruntjs.com/creating-plugins#storing-task-files)
41+
.grunt
42+
43+
# Bower dependency directory (https://bower.io/)
44+
bower_components
45+
46+
# node-waf configuration
47+
.lock-wscript
48+
49+
# Compiled binary addons (https://nodejs.org/api/addons.html)
50+
build/Release
51+
52+
# Dependency directories
53+
node_modules/
54+
jspm_packages/
55+
56+
# Snowpack dependency directory (https://snowpack.dev/)
57+
web_modules/
58+
59+
# TypeScript cache
60+
*.tsbuildinfo
61+
62+
# Optional npm cache directory
63+
.npm
64+
65+
# Optional eslint cache
66+
.eslintcache
67+
68+
# Optional stylelint cache
69+
.stylelintcache
70+
71+
# Microbundle cache
72+
.rpt2_cache/
73+
.rts2_cache_cjs/
74+
.rts2_cache_es/
75+
.rts2_cache_umd/
76+
77+
# Optional REPL history
78+
.node_repl_history
79+
80+
# Output of 'npm pack'
81+
*.tgz
82+
83+
# Yarn Integrity file
84+
.yarn-integrity
85+
86+
# dotenv environment variable files
87+
.env
88+
.env.development.local
89+
.env.test.local
90+
.env.production.local
91+
.env.local
92+
93+
# parcel-bundler cache (https://parceljs.org/)
94+
.cache
95+
.parcel-cache
96+
97+
# Next.js build output
98+
.next
99+
out
100+
101+
# Nuxt.js build / generate output
102+
.nuxt
103+
dist
104+
105+
# Gatsby files
106+
.cache/
107+
# Comment in the public line in if your project uses Gatsby and not Next.js
108+
# https://nextjs.org/blog/next-9-1#public-directory-support
109+
# public
110+
111+
# vuepress build output
112+
.vuepress/dist
113+
114+
# vuepress v2.x temp and cache directory
115+
.temp
116+
117+
# Docusaurus cache and generated files
118+
119+
# Serverless directories
120+
.serverless/
121+
122+
# FuseBox cache
123+
.fusebox/
124+
125+
# DynamoDB Local files
126+
.dynamodb/
127+
128+
# TernJS port file
129+
.tern-port
130+
131+
# Stores VSCode versions used for testing VSCode extensions
132+
.vscode-test
133+
134+
# yarn v2
135+
.yarn/cache
136+
.yarn/unplugged
137+
.yarn/build-state.yml
138+
.yarn/install-state.gz
139+
.pnp.*
140+
141+
### Eclipse ###
142+
.metadata
143+
bin/
144+
tmp/
145+
*.tmp
146+
*.bak
147+
*.swp
148+
*~.nib
149+
local.properties
150+
.settings/
151+
.loadpath
152+
.recommenders
153+
154+
# External tool builders
155+
.externalToolBuilders/
156+
157+
# Locally stored "Eclipse launch configurations"
158+
*.launch
159+
160+
# PyDev specific (Python IDE for Eclipse)
161+
*.pydevproject
162+
163+
# CDT-specific (C/C++ Development Tooling)
164+
.cproject
165+
166+
# CDT- autotools
167+
.autotools
168+
169+
# Java annotation processor (APT)
170+
.factorypath
171+
172+
# PDT-specific (PHP Development Tools)
173+
.buildpath
174+
175+
# sbteclipse plugin
176+
.target
177+
178+
# Tern plugin
179+
.tern-project
180+
181+
# TeXlipse plugin
182+
.texlipse
183+
184+
# STS (Spring Tool Suite)
185+
.springBeans
186+
187+
# Code Recommenders
188+
.recommenders/
189+
190+
# Annotation Processing
191+
.apt_generated/
192+
.apt_generated_test/
193+
194+
# Scala IDE specific (Scala & Java development for Eclipse)
195+
.cache-main
196+
.scala_dependencies
197+
.worksheet
198+
199+
# Uncomment this line if you wish to ignore the project description file.
200+
# Typically, this file would be tracked if it contains build/dependency configurations:
201+
#.project
202+
203+
### Eclipse Patch ###
204+
# Spring Boot Tooling
205+
.sts4-cache/
206+
207+
### Intellij+all ###
208+
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider
209+
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
210+
211+
# User-specific stuff
212+
.idea/**/workspace.xml
213+
.idea/**/tasks.xml
214+
.idea/**/usage.statistics.xml
215+
.idea/**/dictionaries
216+
.idea/**/shelf
217+
218+
# AWS User-specific
219+
.idea/**/aws.xml
220+
221+
# Generated files
222+
.idea/**/contentModel.xml
223+
224+
# Sensitive or high-churn files
225+
.idea/**/dataSources/
226+
.idea/**/dataSources.ids
227+
.idea/**/dataSources.local.xml
228+
.idea/**/sqlDataSources.xml
229+
.idea/**/dynamic.xml
230+
.idea/**/uiDesigner.xml
231+
.idea/**/dbnavigator.xml
232+
233+
# Gradle
234+
.idea/**/gradle.xml
235+
.idea/**/libraries
236+
237+
# Gradle and Maven with auto-import
238+
# When using Gradle or Maven with auto-import, you should exclude module files,
239+
# since they will be recreated, and may cause churn. Uncomment if using
240+
# auto-import.
241+
# .idea/artifacts
242+
# .idea/compiler.xml
243+
# .idea/jarRepositories.xml
244+
# .idea/modules.xml
245+
# .idea/*.iml
246+
# .idea/modules
247+
# *.iml
248+
# *.ipr
249+
250+
# CMake
251+
cmake-build-*/
252+
253+
# Mongo Explorer plugin
254+
.idea/**/mongoSettings.xml
255+
256+
# File-based project format
257+
*.iws
258+
259+
# IntelliJ
260+
out/
261+
262+
# mpeltonen/sbt-idea plugin
263+
.idea_modules/
264+
265+
# JIRA plugin
266+
atlassian-ide-plugin.xml
267+
268+
# Cursive Clojure plugin
269+
.idea/replstate.xml
270+
271+
# SonarLint plugin
272+
.idea/sonarlint/
273+
274+
# Crashlytics plugin (for Android Studio and IntelliJ)
275+
com_crashlytics_export_strings.xml
276+
crashlytics.properties
277+
crashlytics-build.properties
278+
fabric.properties
279+
280+
# Editor-based Rest Client
281+
.idea/httpRequests
282+
283+
# Android studio 3.1+ serialized cache file
284+
.idea/caches/build_file_checksums.ser
285+
286+
### Intellij+all Patch ###
287+
# Ignore everything but code style settings and run configurations
288+
# that are supposed to be shared within teams.
289+
290+
.idea/*
291+
292+
!.idea/codeStyles
293+
!.idea/runConfigurations
294+
295+
### macOS ###
296+
# General
297+
.DS_Store
298+
.AppleDouble
299+
.LSOverride
300+
301+
# Icon must end with two \r
302+
Icon
303+
304+
305+
# Thumbnails
306+
._*
307+
308+
# Files that might appear in the root of a volume
309+
.DocumentRevisions-V100
310+
.fseventsd
311+
.Spotlight-V100
312+
.TemporaryItems
313+
.Trashes
314+
.VolumeIcon.icns
315+
.com.apple.timemachine.donotpresent
316+
317+
# Directories potentially created on remote AFP share
318+
.AppleDB
319+
.AppleDesktop
320+
Network Trash Folder
321+
Temporary Items
322+
.apdisk
323+
324+
### macOS Patch ###
325+
# iCloud generated files
326+
*.icloud
327+
328+
### VisualStudioCode ###
329+
.vscode/*
330+
!.vscode/settings.json
331+
!.vscode/tasks.json
332+
!.vscode/launch.json
333+
!.vscode/extensions.json
334+
!.vscode/*.code-snippets
335+
336+
# Local History for Visual Studio Code
337+
.history/
338+
339+
# Built Visual Studio Code Extensions
340+
*.vsix
341+
342+
### VisualStudioCode Patch ###
343+
# Ignore all local history of files
344+
.history
345+
.ionide
346+
347+
### Windows ###
348+
# Windows thumbnail cache files
349+
Thumbs.db
350+
Thumbs.db:encryptable
351+
ehthumbs.db
352+
ehthumbs_vista.db
353+
354+
# Dump file
355+
*.stackdump
356+
357+
# Folder config file
358+
[Dd]esktop.ini
359+
360+
# Recycle Bin used on file shares
361+
$RECYCLE.BIN/
362+
363+
# Windows Installer files
364+
*.cab
365+
*.msi
366+
*.msix
367+
*.msm
368+
*.msp
369+
370+
# Windows shortcuts
371+
*.lnk
372+
373+
# End of https://www.toptal.com/developers/gitignore/api/macos,windows,docusaurus,intellij+all,visualstudiocode,eclipse

0 commit comments

Comments
 (0)