portfolio/.gitignore

43 lines
442 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.
2023-01-14 19:31:05 +00:00
.idea/
public/rss
public/sitemap.xml
public/robots.txt
2021-11-16 21:32:21 +00: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*
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
2023-01-14 19:31:05 +00:00
# typescript
*.tsbuildinfo
next-env.d.ts