minecraft/.gitignore
2023-01-14 21:11:42 +01:00

21 lines
222 B
Text
Executable file

# 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
.vscode/