mirror of
https://github.com/codespell-project/codespell.git
synced 2025-08-06 18:24:41 +08:00
Merge pull request #2361 from kianmeng/ignore-mypy-cache-folder
Ignore .mypy_cache folder
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@ -6,5 +6,6 @@ codespell.egg-info
|
||||
*.pyc
|
||||
*.orig
|
||||
.cache/
|
||||
.mypy_cache/
|
||||
.pytest_cache/
|
||||
codespell_lib/_version.py
|
||||
|
Reference in New Issue
Block a user