40 lines
349 B
Plaintext
40 lines
349 B
Plaintext
# Dependencies
|
|
node_modules/
|
|
|
|
# Vite renderer build output
|
|
dist/
|
|
|
|
# Electron main/preload build output
|
|
dist-electron/
|
|
|
|
# electron-builder packaged output
|
|
release/
|
|
|
|
# Local env files
|
|
.env
|
|
.env.local
|
|
.env.*.local
|
|
|
|
# Editor
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Logs
|
|
*.log
|
|
npm-debug.log*
|
|
|
|
# Cache
|
|
.cache/
|
|
|
|
# Wine
|
|
.wine/
|
|
|
|
# npm
|
|
.npm/
|