mirror of
https://github.com/edu4rdshl/Strata.git
synced 2026-07-17 23:24:46 +00:00
Initial commit
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
commit
350d647953
27 changed files with 6694 additions and 0 deletions
17
.gitignore
vendored
Normal file
17
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
# Rust build artifacts
|
||||
strata-daemon/target/
|
||||
|
||||
# Bundled binary (no longer shipped - daemon must be installed separately)
|
||||
strata@edu4rdshl.dev/bin/
|
||||
|
||||
# Screenshots / scratch images
|
||||
*.png
|
||||
|
||||
# External reference code (not part of this project)
|
||||
external_sources/
|
||||
|
||||
# Editor / OS
|
||||
.vscode/
|
||||
.idea/
|
||||
.DS_Store
|
||||
**/gschemas.compiled
|
||||
Loading…
Add table
Add a link
Reference in a new issue