mirror of
https://github.com/terribleplan/next.js.git
synced 2024-01-19 02:48:18 +00:00
20 lines
229 B
Plaintext
20 lines
229 B
Plaintext
|
# See https://help.github.com/ignore-files/ for more about ignoring files.
|
||
|
|
||
|
# dependencies
|
||
|
node_modules
|
||
|
|
||
|
# testing
|
||
|
/coverage
|
||
|
|
||
|
# production
|
||
|
/build
|
||
|
/dist
|
||
|
/.next
|
||
|
|
||
|
# misc
|
||
|
.DS_Store
|
||
|
.env
|
||
|
npm-debug.log*
|
||
|
yarn-debug.log*
|
||
|
yarn-error.log*
|