Add test_* pattern to .gitignore for unit test files
This commit is contained in:
parent
a64ba7b4da
commit
36de7e3197
1 changed files with 3 additions and 0 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -60,3 +60,6 @@ dickens/
|
||||||
book.txt
|
book.txt
|
||||||
lightrag-dev/
|
lightrag-dev/
|
||||||
gui/
|
gui/
|
||||||
|
|
||||||
|
# unit-test files
|
||||||
|
test_*
|
||||||
Loading…
Add table
Reference in a new issue