main-site/.gitignore

20 lines
241 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*
# production
2022-12-17 20:29:39 +00:00
/build/
/data/
2023-03-14 20:32:43 +00:00
/confs/
/private/