46 lines
No EOL
377 B
Text
46 lines
No EOL
377 B
Text
# Node.js
|
|
node_modules/
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*
|
|
|
|
# Cypress
|
|
cypress/screenshots/
|
|
cypress/videos/
|
|
cypress/results/
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Env
|
|
.env
|
|
.env.*
|
|
|
|
# VSCode
|
|
.vscode/
|
|
|
|
# Logs
|
|
logs/
|
|
*.log
|
|
|
|
# Build
|
|
/dist/
|
|
/build/
|
|
|
|
# Coverage
|
|
coverage/
|
|
|
|
# Misc
|
|
*.local
|
|
.idea/
|
|
*.sublime-workspace
|
|
*.sublime-project
|
|
|
|
# Git
|
|
.git/
|
|
|
|
# Others
|
|
*.tgz
|
|
*.swp |