mirror of
https://github.com/Aviortheking/next-template.git
synced 2025-07-16 03:39:51 +00:00
28 lines
207 B
Plaintext
28 lines
207 B
Plaintext
# dependencies
|
|
/node_modules
|
|
/.pnp
|
|
.pnp.js
|
|
|
|
# testing
|
|
/coverage
|
|
|
|
# next.js
|
|
/.next/
|
|
/out/
|
|
|
|
# production
|
|
/build
|
|
|
|
# misc
|
|
.DS_Store
|
|
.env*
|
|
|
|
# debug
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
dist/
|
|
*.asc
|
|
db/
|