mirror of
https://github.com/edu4rdshl/Strata.git
synced 2026-07-17 23:24:46 +00:00
23 lines
450 B
Text
23 lines
450 B
Text
# Rust build artifacts
|
|
strata-daemon/target/
|
|
|
|
# Bundled binary (no longer shipped - daemon must be installed separately)
|
|
strata@edu4rdshl.dev/bin/
|
|
|
|
# Screenshots / scratch images (project assets under assets/ are kept)
|
|
*.png
|
|
!assets/*.png
|
|
|
|
# External reference code (not part of this project)
|
|
external_sources/
|
|
|
|
# Node / lint tooling
|
|
node_modules/
|
|
package-lock.json
|
|
*.shell-extension.zip
|
|
|
|
# Editor / OS
|
|
.vscode/
|
|
.idea/
|
|
.DS_Store
|
|
**/gschemas.compiled
|