Capital/.gitignore

37 lines
391 B
Plaintext
Raw Normal View History

2024-02-24 06:16:57 +00:00
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
2024-01-20 15:19:15 +00:00
# dependencies
2024-02-24 06:16:57 +00:00
/node_modules
/.pnp
.pnp.js
.yarn/install-state.gz
2024-01-20 15:19:15 +00:00
2024-02-24 06:16:57 +00:00
# testing
/coverage
# next.js
/.next/
/out/
# production
/build
# misc
.DS_Store
*.pem
# debug
2024-01-20 15:19:15 +00:00
npm-debug.log*
yarn-debug.log*
yarn-error.log*
2024-02-24 06:16:57 +00:00
# local env files
.env*.local
2024-01-20 15:19:15 +00:00
2024-02-24 06:16:57 +00:00
# vercel
.vercel
2024-01-20 15:19:15 +00:00
2024-02-24 06:16:57 +00:00
# typescript
*.tsbuildinfo
next-env.d.ts