File tree Expand file tree Collapse file tree 1 file changed +17
-2
lines changed Expand file tree Collapse file tree 1 file changed +17
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ npm-debug.log*
5
5
yarn-debug.log *
6
6
yarn-error.log *
7
7
lerna-debug.log *
8
+ .pnpm-debug.log *
8
9
9
10
# Diagnostic reports (https://nodejs.org/api/report.html)
10
11
report. [0-9 ]* . [0-9 ]* . [0-9 ]* . [0-9 ]* .json
@@ -53,6 +54,9 @@ web_modules/
53
54
# Optional eslint cache
54
55
.eslintcache
55
56
57
+ # Optional stylelint cache
58
+ .stylelintcache
59
+
56
60
# Microbundle cache
57
61
.rpt2_cache /
58
62
.rts2_cache_cjs /
@@ -68,9 +72,12 @@ web_modules/
68
72
# Yarn Integrity file
69
73
.yarn-integrity
70
74
71
- # dotenv environment variables file
75
+ # dotenv environment variable files
72
76
.env
73
- .env.test
77
+ .env.development.local
78
+ .env.test.local
79
+ .env.production.local
80
+ .env.local
74
81
75
82
# parcel-bundler cache (https://parceljs.org/)
76
83
.cache
93
100
# vuepress build output
94
101
.vuepress /dist
95
102
103
+ # vuepress v2.x temp and cache directory
104
+ .temp
105
+ .cache
106
+
107
+ # Docusaurus cache and generated files
108
+ .docusaurus
109
+
96
110
# Serverless directories
97
111
.serverless /
98
112
123
137
124
138
# lock files
125
139
package-lock.json
140
+ pnpm-lock.yaml
126
141
yarn.lock
127
142
128
143
# editor files
You can’t perform that action at this time.
0 commit comments