Skip to content

Commit c72835e

Browse files
authored
Update .gitignore
1 parent 5997994 commit c72835e

File tree

1 file changed

+38
-15
lines changed

1 file changed

+38
-15
lines changed

Diff for: .gitignore

+38-15
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,43 @@
1-
# Dependencies
2-
/node_modules
1+
.DS_Store
2+
.vscode/*
3+
!.vscode/extensions.json
4+
.idea
5+
*.iml
6+
*.code-workspace
7+
.changelog
8+
.history
9+
10+
node_modules
11+
.yarn
12+
package-lock.json
313

4-
# Production
5-
/build
14+
.eslintcache
615

7-
# Generated files
16+
yarn-error.log
17+
build
18+
coverage
819
.docusaurus
920
.cache-loader
21+
types
22+
test-website
23+
test-website-in-workspace
1024

11-
# Misc
12-
.DS_Store
13-
.env.local
14-
.env.development.local
15-
.env.test.local
16-
.env.production.local
17-
18-
npm-debug.log*
19-
yarn-debug.log*
20-
yarn-error.log*
25+
packages/create-docusaurus/lib/
26+
packages/lqip-loader/lib/
27+
packages/docusaurus/lib/
28+
packages/docusaurus-*/lib/*
29+
packages/eslint-plugin/lib/
30+
packages/stylelint-copyright/lib/
31+
32+
website/netlifyDeployPreview/*
33+
website/changelog
34+
!website/netlifyDeployPreview/index.html
35+
!website/netlifyDeployPreview/_redirects
36+
37+
website/_dogfooding/_swizzle_theme_tests
38+
39+
website/i18n/**/*
40+
#!website/i18n/fr
41+
#!website/i18n/fr/**/*
42+
43+
.netlify

0 commit comments

Comments
 (0)