scoresaber-reloaded-v2/.gitignore

50 lines
512 B
Plaintext
Raw Permalink Normal View History

2023-10-18 06:58:40 +00:00
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
# dependencies
/node_modules
/.pnp
.pnp.js
2023-11-08 06:19:10 +00:00
# lock files
2023-10-20 09:52:01 +00:00
yarn.lock
2023-11-08 06:19:10 +00:00
package-lock.json
2023-10-20 09:52:01 +00:00
2023-10-18 06:58:40 +00:00
# testing
/coverage
# next.js
/.next/
/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
2023-10-20 15:18:24 +00:00
# Sentry Config File
.sentryclirc
# Webpack bundle analyzer
analyze
2023-11-07 23:05:11 +00:00
# Sitemap
2023-11-13 03:52:20 +00:00
public/sitemap*
.env