main-site/.gitignore

23 lines
294 B
Text
Raw Normal View History

2022-12-03 20:02:13 +00:00
# do not track installed modules
2022-12-17 20:29:39 +00:00
/node_modules/
/.vscode/
2022-12-03 20:02:13 +00:00
# do not track built files
2022-12-17 20:29:39 +00:00
/.next/
2022-12-03 20:02:13 +00:00
*.tsbuildinfo
next-env.d.ts
# debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.pnpm-debug.log*
# do not track config files in public
/public/data/
2022-12-03 20:02:13 +00:00
# production
2022-12-17 20:29:39 +00:00
/build/
/data/
2023-03-14 20:32:43 +00:00
/confs/
/private/