2022-04-11 08:44:55 +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
|
2022-05-20 11:37:00 +00:00
|
|
|
.env
|
2022-04-21 11:02:39 +00:00
|
|
|
.env.local
|
|
|
|
.env.development.local
|
|
|
|
.env.test.local
|
|
|
|
.env.production.local
|
2022-04-11 08:44:55 +00:00
|
|
|
|
|
|
|
# vercel
|
|
|
|
.vercel
|
|
|
|
|
|
|
|
# typescript
|
|
|
|
*.tsbuildinfo
|
|
|
|
|
2022-04-21 11:02:39 +00:00
|
|
|
.idea
|
|
|
|
|
2022-06-06 13:23:02 +00:00
|
|
|
|
2022-06-07 16:53:01 +00:00
|
|
|
/public/sitemap-0.xml
|
|
|
|
/public/sitemap.xml
|
|
|
|
/public/sitemap*
|
2022-05-12 14:08:04 +00:00
|
|
|
/public/compiled/*.*
|
2022-05-25 12:52:08 +00:00
|
|
|
/public/compiled-assets/*.*
|
2022-06-06 13:23:02 +00:00
|
|
|
/public/compiled-assets
|
2022-05-11 17:33:25 +00:00
|
|
|
docs
|