yangdx
commited on
Commit
·
dd14c40
1
Parent(s):
5b7915f
Add test_* pattern to .gitignore for unit test files
Browse files- .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_*
|