48 lines
460 B
Text
48 lines
460 B
Text
# Dependencies
|
|
node_modules/
|
|
package-lock.json
|
|
|
|
# Build output
|
|
dist/
|
|
out/
|
|
|
|
# Electron
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Logs
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
logs/
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
desktop.ini
|
|
|
|
# Testing
|
|
coverage/
|
|
|
|
# Environment
|
|
.env
|
|
.env.local
|
|
.env.*.local
|
|
|
|
# Temporary files
|
|
*.tmp
|
|
*.temp
|
|
.cache/
|
|
|
|
# User data and config (sensitive)
|
|
*streamflow-config.json
|
|
*streamflow-offline.json
|
|
*streamflow-key.json
|