Skip to content

Commit

Permalink
chore(.gitignore): use updated skeleton template (#181)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fdawgs committed Jun 10, 2022
1 parent 93e0a8d commit 05bf6e1
Showing 1 changed file with 17 additions and 2 deletions.
19 changes: 17 additions & 2 deletions .gitignore
Expand Up @@ -5,6 +5,7 @@ npm-debug.log*
yarn-debug.log*
yarn-error.log*
lerna-debug.log*
.pnpm-debug.log*

# Diagnostic reports (https://nodejs.org/api/report.html)
report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json
Expand Down Expand Up @@ -53,6 +54,9 @@ web_modules/
# Optional eslint cache
.eslintcache

# Optional stylelint cache
.stylelintcache

# Microbundle cache
.rpt2_cache/
.rts2_cache_cjs/
Expand All @@ -68,9 +72,12 @@ web_modules/
# Yarn Integrity file
.yarn-integrity

# dotenv environment variables file
# dotenv environment variable files
.env
.env.test
.env.development.local
.env.test.local
.env.production.local
.env.local

# parcel-bundler cache (https://parceljs.org/)
.cache
Expand All @@ -93,6 +100,13 @@ dist
# vuepress build output
.vuepress/dist

# vuepress v2.x temp and cache directory
.temp
.cache

# Docusaurus cache and generated files
.docusaurus

# Serverless directories
.serverless/

Expand Down Expand Up @@ -123,6 +137,7 @@ dist

# lock files
package-lock.json
pnpm-lock.yaml
yarn.lock

# editor files
Expand Down

0 comments on commit 05bf6e1

Please sign in to comment.