49 lines
513 B
Plaintext
49 lines
513 B
Plaintext
# Node modules
|
|
node_modules/
|
|
|
|
# playwright report
|
|
playwright-report/
|
|
|
|
# Build output
|
|
/dist
|
|
/build
|
|
|
|
# Dependency directories
|
|
jspm_packages/
|
|
|
|
# Logs
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# Editor directories and files
|
|
.idea/
|
|
.vscode/
|
|
*.suo
|
|
*.ntvs*
|
|
*.njsproj
|
|
*.sln
|
|
*.sw?
|
|
|
|
# OS generated files
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Environment variables
|
|
.env
|
|
.env.local
|
|
.env.development.local
|
|
.env.test.local
|
|
.env.production.local
|
|
|
|
# Testing
|
|
/coverage/
|
|
|
|
# Optional: service worker cache
|
|
/.pwa-cache/
|
|
|
|
# Misc
|
|
*.log
|
|
|
|
.vite/
|