main-site/.gitignore
Neshura 8bd38f793d
All checks were successful
Run Tests on Code / test (push) Successful in 1m46s
Update .gitignore
2023-12-20 09:03:48 +00:00

20 lines
241 B
Text

# do not track installed modules
/node_modules/
/.vscode/
# 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/
/data/
/confs/
/private/