portfolio/.gitignore

43 lines
480 B
Plaintext
Raw Permalink Normal View History

# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
2018-03-18 20:39:18 +01:00
# dependencies
/node_modules
/.pnp
.pnp.js
2018-03-18 20:39:18 +01:00
# testing
/coverage
# next.js
/.next/
/out/
# production
/build
# misc
.DS_Store
*.pem
# debug
2018-03-18 20:39:18 +01:00
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.pnpm-debug.log*
# local env files
.env*.local
2019-11-13 18:53:31 +01:00
.env
# vercel
.vercel
# typescript
*.tsbuildinfo
.swc
coverage
public/matomo.js
2022-11-16 20:04:06 +01:00
# public/favicon*
# public/apple-touch-icon*
# public/manifest*
generated