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:
Kyle Zhang 2023-09-08 13:29:40 +08:00 committed by GitHub
parent 196bde3ead
commit 6e9a7e0c89
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

2
.gitignore vendored
View File

@ -4,6 +4,6 @@ logs
.idea/
__pycache__/
/knowledge_base/
configs/*.py
/configs/*.py
.vscode/
.pytest_cache/