portfolio/.gitignore

36 lines
381 B
Plaintext
Raw Normal View History

2021-11-16 21:32:21 +00:00
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
# 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*
2022-12-06 12:54:34 +00:00
.pnpm-debug.log*
2021-11-16 21:32:21 +00:00
# local env files
2022-12-06 12:54:34 +00:00
.env*.local
2021-11-16 21:32:21 +00:00
# vercel
.vercel
2022-12-06 12:54:34 +00:00
# generated files
/public/rss/
.idea/