library/.gitignore

38 lines
414 B
Plaintext
Raw Normal View History

2021-10-30 19:44:32 -04:00
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
2021-10-30 19:12:40 -04:00
2021-10-30 19:44:32 -04:00
# dependencies
/node_modules
/.pnp
.pnp.js
2021-10-30 19:12:40 -04:00
2021-10-30 19:44:32 -04:00
# testing
/coverage
2021-10-30 19:12:40 -04:00
2021-10-30 19:44:32 -04:00
# next.js
/.next/
/out/
2021-10-30 19:12:40 -04:00
2021-10-30 19:44:32 -04:00
# production
/build
2021-10-30 19:12:40 -04:00
2021-10-30 19:44:32 -04:00
# misc
.DS_Store
*.pem
2021-10-30 19:12:40 -04:00
2021-10-30 19:44:32 -04:00
# debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*
2021-10-30 19:12:40 -04:00
2021-10-30 19:44:32 -04:00
# local env files
.env.local
.env.development.local
.env.test.local
.env.production.local
2021-10-30 19:12:40 -04:00
2021-10-30 19:44:32 -04:00
# vercel
.vercel
2021-10-30 19:12:40 -04:00
2021-10-30 19:44:32 -04:00
# typescript
2021-10-30 19:12:40 -04:00
*.tsbuildinfo