This repository has been archived on 2023-11-06. You can view files and clone it, but cannot push or open issues or pull requests.
beatsaber-overlay/.gitignore

44 lines
469 B
Plaintext
Raw Normal View History

2022-02-14 17:43:52 +00:00
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
# dependencies
/node_modules
/.pnp
.pnp.js
2023-10-15 02:44:06 +00:00
package-lock.json
2022-02-14 17:43:52 +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
.env.development.local
.env.test.local
.env.production.local
2022-10-26 16:16:41 +00:00
.env
2022-02-14 17:43:52 +00:00
2022-10-29 12:29:59 +00:00
/public/__ENV.js
2022-02-14 17:43:52 +00:00
# vercel
.vercel
# IntelliJ
2023-04-14 19:14:51 +00:00
.idea
# Ignore Yarn
yarn.lock