bravo68web-portfolio-nextjs/.gitignore

41 lines
441 B
Plaintext
Raw Normal View History

2021-11-30 16:36:48 +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*
# local env files
.env.local
.env.development.local
.env.test.local
.env.production.local
# vercel
.vercel
2022-03-31 18:24:28 +00:00
/public/webviewer
2022-05-02 14:33:09 +00:00
# Sentry
.sentryclirc
2022-05-02 14:35:23 +00:00
# Custom
2022-05-02 14:39:00 +00:00
.env