39 lines
No EOL
419 B
Text
39 lines
No EOL
419 B
Text
.DS_Store
|
|
node_modules
|
|
/dist
|
|
|
|
|
|
# local env files
|
|
.env.local
|
|
.env.*.local
|
|
|
|
# Log files
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*
|
|
|
|
# Playwright
|
|
/test-results/
|
|
/playwright-report/
|
|
/playwright-tests/test-results/
|
|
/blob-report/
|
|
/playwright/.cache/
|
|
artifacts/
|
|
ortoni-report/
|
|
|
|
# Editor directories and files
|
|
.idea
|
|
.vscode
|
|
*.suo
|
|
*.ntvs*
|
|
*.njsproj
|
|
*.sln
|
|
*.sw?
|
|
|
|
# Cursor
|
|
.cursor/
|
|
|
|
# Misc
|
|
coverage/*
|
|
junit.xml |