chore: add vector store directories to .gitignore

Add ignore patterns for ./storage/ and ./graphology/ under a new "Vector stores" section. Ensure .gitignore ends with a newline.
This commit is contained in:
2026-03-27 09:40:22 +05:30
parent 8ed06e495f
commit b8812b9eb7
+5 -1
View File
@@ -32,4 +32,8 @@ coverage/
# Ignore resources # Ignore resources
## Spec ## Spec
./spec-built/ ./spec-built/
## Vector stores
./storage/
./graphology/