Skip to content

Commit d900e59

Browse files
committed
chore(git): exclude models directory from version control
1 parent 4af18a2 commit d900e59

1 file changed

Lines changed: 1 addition & 9 deletions

File tree

‎.gitignore‎

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -276,15 +276,7 @@ current_test_run.txt
276276
!data/docs.db/
277277
!data/.gitkeep
278278
llm_cache/
279-
models/*
280-
!models/.gitkeep
281-
# Keep only TinyLlama GGUF artifacts in VCS for release/workflow reproducibility.
282-
models/*.gguf
283-
!models/tinyllama*.gguf
284-
!models/TinyLlama*.gguf
285-
!models/tinyllama*.gguf.json
286-
!models/TinyLlama*.gguf.json
287-
!models/benchmark_config.json
279+
/models/
288280
test_geo_integration_db/
289281
Testing/
290282

0 commit comments

Comments
 (0)