main-site/.gitignore

19 lines
225 B
Text
Raw Permalink Normal View History

2022-12-03 20:02:13 +00:00
# do not track installed modules
2022-12-09 20:46:59 +00:00
node_modules/
.vscode/
2022-12-03 20:02:13 +00:00
# do not track built files
2022-12-09 20:46:59 +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-09 20:46:59 +00:00
build/
data/
confs/