File tree 1 file changed +38
-15
lines changed
1 file changed +38
-15
lines changed Original file line number Diff line number Diff line change 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
3
13
4
- # Production
5
- /build
14
+ .eslintcache
6
15
7
- # Generated files
16
+ yarn-error.log
17
+ build
18
+ coverage
8
19
.docusaurus
9
20
.cache-loader
21
+ types
22
+ test-website
23
+ test-website-in-workspace
10
24
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
You can’t perform that action at this time.
0 commit comments