mirror of
https://github.com/TommyFang2077/dsh-desktop.git
synced 2026-08-17 09:06:36 +08:00
Ship screenshots and third-party notices for the desktop shell, and package Windows, macOS, deb, rpm, and Flatpak from GitHub Releases. Co-authored-by: Cursor <cursoragent@cursor.com>
28 lines
318 B
Plaintext
28 lines
318 B
Plaintext
# Python helpers (scripts/, tests/)
|
|
__pycache__/
|
|
*.py[cod]
|
|
*.egg-info/
|
|
|
|
# Rust / Cargo
|
|
/target/
|
|
**/*.rs.bk
|
|
*.pdb
|
|
|
|
# Tauri generated schemas
|
|
src-tauri/gen/
|
|
|
|
# Vendored dsh, ModLens, presets (make vendor)
|
|
/vendor/
|
|
|
|
# Packaging
|
|
/dist/
|
|
/build/
|
|
*.flatpak
|
|
.flatpak-build/
|
|
.flatpak-builder/
|
|
.flatpak-repo/
|
|
|
|
# OS
|
|
.DS_Store
|
|
*~
|