minecraft/.gitignore

21 lines
222 B
Text
Raw Normal View History

2022-12-03 20:02:24 +00:00
# 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
2023-01-14 20:11:42 +00:00
.vscode/