ente/web/.gitignore

23 lines
162 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-20 03:54:17 +00:00
# macOS
2020-09-09 21:09:51 +00:00
.DS_Store
2024-03-11 11:30:34 +00:00
# Editors
.vscode/
2024-02-20 03:54:17 +00:00
# Local env files
2024-03-28 06:37:10 +00:00
.env*.local
2024-03-11 11:30:34 +00:00
2024-04-05 15:40:20 +00:00
# tsc
*.tsbuildinfo
# Vite
dist
2024-03-11 11:30:34 +00:00
# Next.js
.next/
out/
next-env.d.ts