mirror of
https://github.com/bendtherules/ask262.git
synced 2026-08-18 13:21:55 +00:00
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:
+5
-1
@@ -32,4 +32,8 @@ coverage/
|
|||||||
|
|
||||||
# Ignore resources
|
# Ignore resources
|
||||||
## Spec
|
## Spec
|
||||||
./spec-built/
|
./spec-built/
|
||||||
|
|
||||||
|
## Vector stores
|
||||||
|
./storage/
|
||||||
|
./graphology/
|
||||||
Reference in New Issue
Block a user