Add test_* pattern to .gitignore for unit test files

This commit is contained in:
yangdx
2025-02-20 03:46:36 +08:00
parent a64ba7b4da
commit 36de7e3197

3
.gitignore vendored
View File

@@ -60,3 +60,6 @@ dickens/
book.txt
lightrag-dev/
gui/
# unit-test files
test_*