idimitrov.dev/.gitignore

40 lines
387 B
Plaintext
Raw Permalink Normal View History

2023-10-27 17:12:20 +02:00
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
2023-10-27 18:04:06 +02:00
# nix
result
2023-10-27 17:12:20 +02:00
# dependencies
/node_modules
/.pnp
.pnp.js
# testing
/coverage
# next.js
/.next/
/out/
# production
/build
# misc
.DS_Store
*.pem
# debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# local env files
.env*.local
2023-11-07 16:27:31 +01:00
.env
2023-10-27 17:12:20 +02:00
# vercel
.vercel
# typescript
*.tsbuildinfo
next-env.d.ts