Skip to content

Commit

Permalink
Sync .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Trinovantes committed May 13, 2022
1 parent 4ab7181 commit 6ad715a
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,7 @@ typings/
.yarn-integrity

# dotenv environment variables file
.env
.env.test
.env*

# parcel-bundler cache (https://parceljs.org/)
.cache
Expand All @@ -80,7 +79,7 @@ typings/

# Nuxt.js build / generate output
.nuxt
dist
dist*

# Gatsby files
.cache/
Expand All @@ -102,3 +101,8 @@ dist

# TernJS port file
.tern-port

# Playwright
/test-results/
/playwright-report/
/playwright/.cache/

0 comments on commit 6ad715a

Please sign in to comment.