This repository has been archived on 2024-10-29. You can view files and clone it, but cannot push or open issues or pull requests.
scoresaber-reloadedv3/.gitignore

38 lines
379 B
Plaintext
Raw Normal View History

2024-09-05 17:09:17 +01:00
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
# dependencies
2024-10-03 19:39:41 +01:00
node_modules
2024-09-05 17:09:17 +01:00
/.pnp
.pnp.js
# testing
/coverage
# next.js
2024-10-03 19:39:41 +01:00
.next/
2024-09-05 17:09:17 +01:00
/out/
# production
/build
# misc
.DS_Store
*.pem
# debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# local env files
.env*.local
# vercel
.vercel
# typescript
*.tsbuildinfo
next-env.d.ts
2024-10-03 19:39:41 +01:00
.turbo
2024-09-23 22:56:49 +01:00
2024-10-03 19:39:41 +01:00
.idea