This repository has been archived on 2024-08-06. You can view files and clone it, but cannot push or open issues or pull requests.
readyornot/.gitignore

22 lines
234 B
Text
Raw Normal View History

2022-12-03 20:02:18 +00:00
# do not track installed modules
2022-12-04 15:42:25 +00:00
node_modules/
2022-12-03 20:02:18 +00:00
# do not track built files
2022-12-04 15:42:25 +00:00
.vscode/
.next/
2022-12-03 20:02:18 +00:00
*.tsbuildinfo
next-env.d.ts
# debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.pnpm-debug.log*
# production
2022-12-04 15:42:25 +00:00
build/
data/
confs/
2023-12-20 21:03:28 +00:00
.idea/