ente/.gitignore

25 lines
251 B
Plaintext
Raw Normal View History

2024-02-17 05:09:11 +00:00
# Node
node_modules/
2020-09-09 21:09:51 +00:00
2024-02-17 05:09:11 +00:00
# Next.js
.next/
2023-04-18 22:10:26 +00:00
out/
2024-02-17 05:09:11 +00:00
.vercel
.turbo/
2020-09-09 21:09:51 +00:00
# misc
.DS_Store
2024-02-17 05:09:11 +00:00
tsconfig.tsbuildinfo
2020-09-09 21:09:51 +00:00
# debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# local env files
2024-02-17 05:09:11 +00:00
.env
2020-09-09 21:09:51 +00:00
.env.local
.env.development.local
.env.test.local
.env.production.local