ente/.gitignore

50 lines
524 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/
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
.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*
# 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
2023-04-18 22:10:26 +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
.turbo