19 lines
212 B
Text
19 lines
212 B
Text
|
# do not track installed modules
|
||
|
/node_modules
|
||
|
|
||
|
# do not track built files
|
||
|
/.next
|
||
|
*.tsbuildinfo
|
||
|
next-env.d.ts
|
||
|
|
||
|
# debug
|
||
|
npm-debug.log*
|
||
|
yarn-debug.log*
|
||
|
yarn-error.log*
|
||
|
.pnpm-debug.log*
|
||
|
|
||
|
# production
|
||
|
/build
|
||
|
/confs
|
||
|
|