1
0
mirror of https://github.com/open-mmlab/mmsegmentation.git synced 2025-06-03 22:03:48 +08:00

Merge pull request 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

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