yangdx commited on
Commit
dd14c40
·
1 Parent(s): 5b7915f

Add test_* pattern to .gitignore for unit test files

Browse files
Files changed (1) hide show
  1. .gitignore +3 -0
.gitignore CHANGED
@@ -60,3 +60,6 @@ dickens/
60
  book.txt
61
  lightrag-dev/
62
  gui/
 
 
 
 
60
  book.txt
61
  lightrag-dev/
62
  gui/
63
+
64
+ # unit-test files
65
+ test_*