2020-09-09 21:09:51 +00:00
|
|
|
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
|
|
|
|
|
|
|
|
# dependencies
|
2023-04-18 21:29:40 +00:00
|
|
|
node_modules/
|
2023-04-18 22:10:26 +00:00
|
|
|
.pnp/
|
2020-09-09 21:09:51 +00:00
|
|
|
.pnp.js
|
|
|
|
|
|
|
|
# testing
|
2023-04-18 22:10:26 +00:00
|
|
|
coverage/
|
2020-09-09 21:09:51 +00:00
|
|
|
|
|
|
|
# next.js
|
2023-04-18 21:29:40 +00:00
|
|
|
.next/
|
2023-04-18 22:10:26 +00:00
|
|
|
out/
|
2020-09-09 21:09:51 +00:00
|
|
|
|
|
|
|
# production
|
2023-04-18 22:10:26 +00:00
|
|
|
build/
|
2020-09-09 21:09:51 +00:00
|
|
|
|
|
|
|
# misc
|
|
|
|
.DS_Store
|
|
|
|
*.pem
|
|
|
|
|
|
|
|
# debug
|
|
|
|
npm-debug.log*
|
|
|
|
yarn-debug.log*
|
|
|
|
yarn-error.log*
|
|
|
|
|
2023-11-01 14:08:53 +00:00
|
|
|
tsconfig.tsbuildinfo
|
|
|
|
|
2020-09-09 21:09:51 +00:00
|
|
|
# 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-07-05 18:12:07 +00:00
|
|
|
.idea/
|
2021-05-23 14:25:48 +00:00
|
|
|
|
|
|
|
# workbox
|
|
|
|
public/sw.js
|
|
|
|
public/sw.js.map
|
|
|
|
public/worker-*.js
|
|
|
|
public/worker-*.js.map
|
2021-08-28 16:29:27 +00:00
|
|
|
|
2024-02-17 04:52:57 +00:00
|
|
|
|
|
|
|
# turbo
|
|
|
|
**/.turbo/
|