Frontend/.gitignore

37 lines
391 B
Plaintext
Raw Normal View History

2024-04-14 16:45:04 +00:00
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
2024-04-14 16:39:51 +00:00
2024-04-14 16:45:04 +00:00
# dependencies
/node_modules
/.pnp
.pnp.js
.yarn/install-state.gz
2024-04-14 16:39:51 +00:00
2024-04-14 16:45:04 +00:00
# testing
/coverage
2024-04-14 16:39:51 +00:00
2024-04-14 16:45:04 +00:00
# next.js
/.next/
/out/
2024-04-14 16:39:51 +00:00
2024-04-14 16:45:04 +00:00
# production
/build
2024-04-14 16:39:51 +00:00
2024-04-14 16:45:04 +00:00
# misc
.DS_Store
*.pem
2024-04-14 16:39:51 +00:00
2024-04-14 16:45:04 +00:00
# debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*
2024-04-14 16:39:51 +00:00
2024-04-14 16:45:04 +00:00
# local env files
.env*.local
2024-04-14 16:39:51 +00:00
2024-04-14 16:45:04 +00:00
# vercel
.vercel
2024-04-14 16:39:51 +00:00
2024-04-14 16:45:04 +00:00
# typescript
2024-04-14 16:39:51 +00:00
*.tsbuildinfo
2024-04-14 16:45:04 +00:00
next-env.d.ts