Updated gitignore
This commit is contained in:
parent
f630141a65
commit
b7409d1c13
1 changed files with 12 additions and 0 deletions
12
.gitignore
vendored
12
.gitignore
vendored
|
|
@ -22,3 +22,15 @@ pnpm-debug.log*
|
||||||
|
|
||||||
# jetbrains setting folder
|
# jetbrains setting folder
|
||||||
.idea/
|
.idea/
|
||||||
|
|
||||||
|
# Playwright
|
||||||
|
/test-results/
|
||||||
|
/playwright-report/
|
||||||
|
/blob-report/
|
||||||
|
/playwright/.cache/
|
||||||
|
|
||||||
|
# Backend
|
||||||
|
backend/target/
|
||||||
|
|
||||||
|
# Custom
|
||||||
|
src/assets/
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue