44 lines
339 B
Plaintext
44 lines
339 B
Plaintext
|
|
# Dependencies
|
||
|
|
node_modules
|
||
|
|
npm-debug.log*
|
||
|
|
yarn-debug.log*
|
||
|
|
yarn-error.log*
|
||
|
|
|
||
|
|
# Build output
|
||
|
|
dist
|
||
|
|
build
|
||
|
|
|
||
|
|
# Environment files
|
||
|
|
.env
|
||
|
|
.env.local
|
||
|
|
.env.*.local
|
||
|
|
|
||
|
|
# IDE
|
||
|
|
.vscode
|
||
|
|
.idea
|
||
|
|
*.swp
|
||
|
|
*.swo
|
||
|
|
*~
|
||
|
|
|
||
|
|
# OS
|
||
|
|
.DS_Store
|
||
|
|
Thumbs.db
|
||
|
|
|
||
|
|
# Testing
|
||
|
|
coverage
|
||
|
|
.nyc_output
|
||
|
|
playwright-report
|
||
|
|
test-results
|
||
|
|
|
||
|
|
# Vite
|
||
|
|
.vite
|
||
|
|
|
||
|
|
# Logs
|
||
|
|
logs
|
||
|
|
*.log
|
||
|
|
|
||
|
|
# Misc
|
||
|
|
*.md
|
||
|
|
.git
|
||
|
|
.gitignore
|