chore: update .gitignore (#1364)
Added '/' before knowledge_base/ and configs/*.py to make them match directories at root folder only. Signed-off-by: Kyle Zhang <zhangk1985@gmail.com> Co-authored-by: imClumsyPanda <littlepanda0716@gmail.com>
This commit is contained in:
parent
196bde3ead
commit
6e9a7e0c89
|
|
@ -4,6 +4,6 @@ logs
|
||||||
.idea/
|
.idea/
|
||||||
__pycache__/
|
__pycache__/
|
||||||
/knowledge_base/
|
/knowledge_base/
|
||||||
configs/*.py
|
/configs/*.py
|
||||||
.vscode/
|
.vscode/
|
||||||
.pytest_cache/
|
.pytest_cache/
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue