Skip to content

Commit 2373950

Browse files
committed
add playwright files to gitignore
1 parent 500e6ff commit 2373950

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.gitignore

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,10 @@ components.d.ts
4545
*.pem
4646
private_key.pem
4747
public_key.pem
48-
./server/cert/*
48+
./server/cert/*
49+
50+
#playwright
51+
playwright-report/
52+
.auth/
53+
test-results/
54+
__snapshots__/

0 commit comments

Comments
 (0)