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
Neshura e275a67540
Readd .lock files to repo
Turns out they're needed after all
2022-12-03 23:34:59 +01:00

19 lines
217 B
Text

# do not track installed modules
/node_modules
# 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