Merge pull request #2336 from MengzhangLI/fix_gitignore_dev1.x

[Fix] Add ``data`` string in .gitignore file in dev-1.x branch
This commit is contained in:
Miao Zheng 2022-11-22 23:09:01 +08:00 committed by GitHub
commit d62774c96e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

1
.gitignore vendored
View File

@ -105,6 +105,7 @@ venv.bak/
# mypy
.mypy_cache/
data
.vscode
.idea