25-plus-5-Clock/.gitignore

37 lines
385 B
Plaintext
Raw Normal View History

2023-03-31 03:29:53 +02:00
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
2022-07-14 09:34:46 +02:00
2023-03-31 03:29:53 +02:00
# dependencies
/node_modules
/.pnp
.pnp.js
2022-07-14 09:34:46 +02:00
2023-03-31 03:29:53 +02:00
# testing
/coverage
2022-07-14 09:34:46 +02:00
2023-03-31 03:29:53 +02:00
# next.js
/.next/
/out/
2022-07-14 09:34:46 +02:00
2023-03-31 03:29:53 +02:00
# production
/build
2022-07-14 09:34:46 +02:00
2023-03-31 03:29:53 +02:00
# misc
.DS_Store
*.pem
2022-07-14 09:34:46 +02:00
2023-03-31 03:29:53 +02:00
# debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.pnpm-debug.log*
2022-07-14 09:34:46 +02:00
2023-03-31 03:29:53 +02:00
# local env files
.env*.local
2022-07-14 09:34:46 +02:00
2023-03-31 03:29:53 +02:00
# vercel
.vercel
2022-07-14 09:34:46 +02:00
2023-03-31 03:29:53 +02:00
# typescript
2022-07-14 09:34:46 +02:00
*.tsbuildinfo
2023-03-31 03:29:53 +02:00
next-env.d.ts