* Use native-windows-gui crate to manage tray icon Adds log file support on Windows * Log file location now works like other paths * Removed context builder * Context --> App * Removed mount URLs from App * Switch to a nicer crate for forking daemon * Handle errors from notify_ready * Add application icon to all Windows Polaris executables, not just those created by the release script * Add build.rs to release tarball * Create PID file parent directory if necessary
17 lines
219 B
Text
17 lines
219 B
Text
# Build output
|
|
target
|
|
|
|
# Test output
|
|
test-output
|
|
|
|
# Local config for quick iteration
|
|
TestConfig.toml
|
|
|
|
# Runtime artifacts
|
|
*.sqlite
|
|
polaris.log
|
|
/thumbnails
|
|
|
|
# Release process artifacts (usually runs on CI)
|
|
release
|
|
*.res
|