Skip to content

Commit d3c5451

Browse files
authored
chore(.gitignore): use updated skeleton template (#68)
1 parent 2cd2f73 commit d3c5451

File tree

1 file changed

+17
-2
lines changed

1 file changed

+17
-2
lines changed

.gitignore

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ npm-debug.log*
55
yarn-debug.log*
66
yarn-error.log*
77
lerna-debug.log*
8+
.pnpm-debug.log*
89

910
# Diagnostic reports (https://nodejs.org/api/report.html)
1011
report.[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
@@ -93,6 +100,13 @@ dist
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

@@ -123,6 +137,7 @@ dist
123137

124138
# lock files
125139
package-lock.json
140+
pnpm-lock.yaml
126141
yarn.lock
127142

128143
# editor files

0 commit comments

Comments
 (0)