47 lines
395 B
Plaintext
Executable File
47 lines
395 B
Plaintext
Executable File
# Dependencies
|
|
node_modules/
|
|
|
|
# Build outputs
|
|
dist/
|
|
dist-electron/
|
|
|
|
# Electron builder outputs
|
|
*.deb
|
|
*.AppImage
|
|
*.snap
|
|
*.dmg
|
|
*.exe
|
|
|
|
# Development
|
|
.vite/
|
|
.electron-vite/
|
|
|
|
# Logs
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# OS files
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# Environment
|
|
.env
|
|
.env.local
|
|
|
|
# TypeScript
|
|
*.tsbuildinfo
|
|
|
|
# Testing
|
|
coverage/
|
|
|
|
# Misc
|
|
.cache/ |