forked from github/plane
41 lines
366 B
Plaintext
41 lines
366 B
Plaintext
|
node_modules
|
||
|
.next
|
||
|
|
||
|
### NextJS ###
|
||
|
# Dependencies
|
||
|
/node_modules
|
||
|
/.pnp
|
||
|
.pnp.js
|
||
|
|
||
|
# Testing
|
||
|
/coverage
|
||
|
|
||
|
# Next.js
|
||
|
/.next/
|
||
|
/out/
|
||
|
|
||
|
# Production
|
||
|
/build
|
||
|
|
||
|
# Misc
|
||
|
.DS_Store
|
||
|
*.pem
|
||
|
.history
|
||
|
|
||
|
# Debug
|
||
|
npm-debug.log*
|
||
|
yarn-debug.log*
|
||
|
yarn-error.log*
|
||
|
.pnpm-debug.log*
|
||
|
|
||
|
# Local env files
|
||
|
.env
|
||
|
.env.local
|
||
|
.env.development.local
|
||
|
.env.test.local
|
||
|
.env.production.local
|
||
|
|
||
|
# Vercel
|
||
|
.vercel
|
||
|
|