2020-09-09 21:09:51 +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
|
2020-09-13 08:41:01 +00:00
|
|
|
|
|
|
|
out_functions
|
|
|
|
out_publish
|
2020-09-14 09:32:01 +00:00
|
|
|
|
|
|
|
.env
|
2021-03-13 05:38:02 +00:00
|
|
|
/.vscode/
|
2021-05-23 14:25:48 +00:00
|
|
|
|
|
|
|
# workbox
|
|
|
|
public/sw.js
|
|
|
|
public/sw.js.map
|
|
|
|
public/worker-*.js
|
|
|
|
public/worker-*.js.map
|