diff options
author | 2025-03-26 14:29:40 +0000 | |
---|---|---|
committer | 2025-03-26 14:29:40 +0000 | |
commit | 2211f324782cdc617b4b5ecd071178e372539fe4 (patch) | |
tree | a5ea5ce11d748424447dee23173d3cb8aec648ea /lampada/.gitignore | |
parent | 2f8671978e18c1e1e7834056ae674f32fbde3868 (diff) | |
download | luz-2211f324782cdc617b4b5ecd071178e372539fe4.tar.gz luz-2211f324782cdc617b4b5ecd071178e372539fe4.tar.bz2 luz-2211f324782cdc617b4b5ecd071178e372539fe4.zip |
refactor: rename crates and move client logic to separate crate `filament`
Diffstat (limited to 'lampada/.gitignore')
-rw-r--r-- | lampada/.gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lampada/.gitignore b/lampada/.gitignore new file mode 100644 index 0000000..60868fd --- /dev/null +++ b/lampada/.gitignore @@ -0,0 +1,2 @@ +luz.db +.sqlx/ |