ente/desktop/.gitignore
2024-03-12 16:12:53 +05:30

22 lines
246 B
Plaintext

# Node
node_modules/
# macOS
.DS_Store
# Editors
.vscode/
# Local env files
.env
.env.*.local
# tsc transpiles src/**/*.ts and emits the generated JS into app
app/
# out is a symlink to the photos web app's dir
out
# electron-builder
dist/