ente/.gitignore

49 lines
526 B
Plaintext
Raw Normal View History

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-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
2023-04-18 01:33:15 +00:00
.turbo