38 lines
No EOL
371 B
Text
38 lines
No EOL
371 B
Text
# Dependencies
|
|
/node_modules
|
|
/.pnp
|
|
.pnp.js
|
|
|
|
# Testing
|
|
/coverage
|
|
|
|
# Next.js
|
|
/.next/
|
|
/out/
|
|
|
|
# Production
|
|
/build
|
|
/dist
|
|
|
|
# Environment files
|
|
#.env
|
|
#.env.local
|
|
#.env.development.local
|
|
#.env.test.local
|
|
#.env.production.local
|
|
|
|
# Debug logs
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# IDE and Editor files
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
.DS_Store
|
|
|
|
# Cache
|
|
.cache/
|
|
.eslintcache |