totito/.gitignore

39 lines
402 B
Plaintext
Raw Permalink Normal View History

2022-09-20 09:00:55 -06:00
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
2022-09-20 01:29:06 -06:00
2022-09-20 09:00:55 -06:00
# dependencies
/node_modules
/.pnp
.pnp.js
2022-09-20 01:29:06 -06:00
2022-09-20 09:00:55 -06:00
# testing
/coverage
2022-09-20 01:29:06 -06:00
2022-09-20 09:00:55 -06:00
# next.js
/.next/
/out/
2022-09-20 01:29:06 -06:00
2022-09-20 09:00:55 -06:00
# production
/build
2022-09-20 01:29:06 -06:00
2022-09-20 09:00:55 -06:00
# misc
2022-09-20 01:29:06 -06:00
.DS_Store
2022-09-20 09:00:55 -06:00
*.pem
2022-09-20 01:29:06 -06:00
2022-09-20 09:00:55 -06:00
# debug
2022-09-20 01:29:06 -06:00
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.pnpm-debug.log*
2022-09-20 09:00:55 -06:00
# local env files
.env*.local
2022-09-20 01:29:06 -06:00
2022-09-20 09:00:55 -06:00
# vercel
.vercel
2022-09-20 01:29:06 -06:00
2022-09-20 09:00:55 -06:00
# typescript
2022-09-20 01:29:06 -06:00
*.tsbuildinfo
2022-09-20 09:00:55 -06:00
next-env.d.ts
2022-09-20 01:29:06 -06:00
2022-09-20 09:00:55 -06:00
# yarn
yarn.lock