2022-11-16 00:14:59 +01:00
|
|
|
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
|
2018-03-18 20:39:18 +01:00
|
|
|
|
2022-11-16 00:14:59 +01:00
|
|
|
# dependencies
|
|
|
|
/node_modules
|
|
|
|
/.pnp
|
|
|
|
.pnp.js
|
2018-03-18 20:39:18 +01:00
|
|
|
|
2022-11-16 00:14:59 +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*
|
2022-11-16 00:14:59 +01:00
|
|
|
yarn-error.log*
|
|
|
|
.pnpm-debug.log*
|
|
|
|
|
|
|
|
# local env files
|
|
|
|
.env*.local
|
2019-11-13 18:53:31 +01:00
|
|
|
.env
|
2021-10-19 22:47:19 +02:00
|
|
|
|
2022-11-16 00:14:59 +01:00
|
|
|
# vercel
|
2021-10-19 22:47:19 +02:00
|
|
|
.vercel
|
2022-11-16 00:14:59 +01:00
|
|
|
|
|
|
|
# typescript
|
|
|
|
*.tsbuildinfo
|
|
|
|
.swc
|
|
|
|
coverage
|
|
|
|
public/matomo.js
|
2022-11-16 20:04:06 +01:00
|
|
|
# public/favicon*
|
|
|
|
# public/apple-touch-icon*
|
|
|
|
# public/manifest*
|