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*
55yarn-debug.log *
66yarn-error.log *
77lerna-debug.log *
8+ .pnpm-debug.log *
89
910# Diagnostic reports (https://nodejs.org/api/report.html)
1011report. [0-9 ]* . [0-9 ]* . [0-9 ]* . [0-9 ]* .json
@@ -53,6 +54,9 @@ web_modules/
5354# Optional eslint cache
5455.eslintcache
5556
57+ # Optional stylelint cache
58+ .stylelintcache
59+
5660# Microbundle cache
5761.rpt2_cache /
5862.rts2_cache_cjs /
@@ -68,9 +72,12 @@ web_modules/
6872# Yarn Integrity file
6973.yarn-integrity
7074
71- # dotenv environment variables file
75+ # dotenv environment variable files
7276.env
73- .env.test
77+ .env.development.local
78+ .env.test.local
79+ .env.production.local
80+ .env.local
7481
7582# parcel-bundler cache (https://parceljs.org/)
7683.cache
93100# vuepress build output
94101.vuepress /dist
95102
103+ # vuepress v2.x temp and cache directory
104+ .temp
105+ .cache
106+
107+ # Docusaurus cache and generated files
108+ .docusaurus
109+
96110# Serverless directories
97111.serverless /
98112
123137
124138# lock files
125139package-lock.json
140+ pnpm-lock.yaml
126141yarn.lock
127142
128143# editor files
You can’t perform that action at this time.
0 commit comments