ente/desktop/.gitignore

23 lines
293 B
Plaintext
Raw Normal View History

2024-03-11 11:06:24 +00:00
# Node
node_modules/
# macOS
2021-07-09 11:03:18 +00:00
.DS_Store
2024-03-11 11:06:24 +00:00
2024-03-11 11:30:34 +00:00
# Editors
.vscode/
2024-03-11 11:06:24 +00:00
# Local env files
.env
2024-03-11 11:06:24 +00:00
.env.*.local
2024-03-11 11:30:34 +00:00
2024-03-12 10:02:57 +00:00
# tsc transpiles src/**/*.ts and emits the generated JS into app
app/
# out is a symlink to the photos web app's out dir, which contains the built up
# photos app.
2024-03-12 10:02:57 +00:00
out
2024-03-11 11:30:34 +00:00
# electron-builder
dist/