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 13:36:33 +00:00
# next.js
/.next/
/out/
# production
/build
# misc
.DS_Store
2023-07-18 13:36:33 +00:00
*.pem
2023-07-18 13:36:33 +00:00
# debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*
2022-11-09 00:32:07 +00:00
2023-07-18 13:36:33 +00:00
# local env files
.env*.local
# vercel
.vercel
2022-12-10 18:01:14 +00:00
2023-07-18 13:36:33 +00:00
# typescript
*.tsbuildinfo
next-env.d.ts
2023-07-18 14:39:11 +00:00
.env