32 lines
372 B
Plaintext
32 lines
372 B
Plaintext
.DS_Store
|
|
node_modules
|
|
/dist
|
|
/coverage
|
|
|
|
# local env files
|
|
.env.local
|
|
.env.*.local
|
|
|
|
# Log files
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# Editor directories and files
|
|
.idea
|
|
.vscode
|
|
*.suo
|
|
*.ntvs*
|
|
*.njsproj
|
|
*.sln
|
|
*.sw?
|
|
|
|
# Playwright E2E artifacts
|
|
playwright-report/
|
|
test-results/
|
|
tests-e2e/.env
|
|
tests-e2e/.auth
|
|
blob-report/
|
|
playwright/.cache/
|
|
*.trace.zip
|
|
.nyc_output/ |