init commit
This commit is contained in:
16
.gitignore
vendored
Normal file
16
.gitignore
vendored
Normal file
@ -0,0 +1,16 @@
|
||||
# Secrets
|
||||
Keys.cs
|
||||
|
||||
# Playwright
|
||||
/node_modules/
|
||||
/test-results/
|
||||
/playwright-report/
|
||||
/blob-report/
|
||||
/playwright/.cache/
|
||||
|
||||
# etc
|
||||
/bin
|
||||
/test-results/
|
||||
/test-examples/
|
||||
/obj
|
||||
/.github/
|
Reference in New Issue
Block a user