nexy7574.co.uk-b/.gitignore

37 lines
391 B
Text
Raw Permalink Normal View History

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