feat: Add ignore rules for storage and initialization files

- Add `.gitignore` rules to exclude the `storage/` directory and
  `.qdrant-initialized` file.
This commit is contained in:
Mahmoud Emad
2025-03-26 14:00:57 +02:00
parent cf98822749
commit 34656cf1f9

2
.gitignore vendored
View File

@@ -39,3 +39,5 @@ data.ms/
test_basic
cli/hero
.aider*
storage/
.qdrant-initialized