auth.andert.me/.gitignore

37 lines
373 B
Plaintext
Raw Normal View History

# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
# dependencies
/node_modules
/.pnp
.pnp.js
# testing
/coverage
2023-07-18 15:36:33 +02:00
# next.js
/.next/
/out/
# production
/build
# misc
.DS_Store
2023-07-18 15:36:33 +02:00
*.pem
2023-07-18 15:36:33 +02:00
# debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*
2022-11-08 16:32:07 -08:00
2023-07-18 15:36:33 +02:00
# local env files
.env*.local
# vercel
.vercel
2022-12-10 10:01:14 -08:00
2023-07-18 15:36:33 +02:00
# typescript
*.tsbuildinfo
next-env.d.ts
2023-07-18 16:39:11 +02:00
.env