Skip to content

Commit cdb33d4

Browse files
committed
Sync .gitignore with other projects
1 parent f60ff2d commit cdb33d4

1 file changed

Lines changed: 7 additions & 3 deletions

File tree

.gitignore

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,7 @@ typings/
6969
.yarn-integrity
7070

7171
# dotenv environment variables file
72-
.env
73-
.env.test
72+
.env*
7473

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

8180
# Nuxt.js build / generate output
8281
.nuxt
83-
dist
82+
dist*
8483

8584
# Gatsby files
8685
.cache/
@@ -102,3 +101,8 @@ dist
102101

103102
# TernJS port file
104103
.tern-port
104+
105+
# Playwright
106+
/test-results/
107+
/playwright-report/
108+
/playwright/.cache/

0 commit comments

Comments
 (0)