- Consolidated duplicate UndoManagers to single instance - Fixed connection promise to only resolve on 'connected' status - Fixed WebSocketProvider import (WebsocketProvider) - Added proper doc.destroy() cleanup - Renamed isPresenceInitialized property to avoid conflict Co-Authored-By: Paperclip <noreply@paperclip.ing>
32 lines
273 B
Plaintext
32 lines
273 B
Plaintext
# Build artifacts
|
|
target/
|
|
debug/
|
|
release/
|
|
|
|
# Tauri build outputs
|
|
src-tauri/gen/
|
|
|
|
# Icons (generated)
|
|
icons/*.png
|
|
icons/*.ico
|
|
icons/*.icns
|
|
|
|
# Store files
|
|
*.bin
|
|
|
|
# Logs
|
|
*.log
|
|
|
|
# OS files
|
|
.DS_Store
|
|
Thumbs.db
|
|
desktop.ini
|
|
|
|
# Environment
|
|
.env
|
|
.env.local
|
|
|
|
# Temp files
|
|
tmp/
|
|
temp/
|