codespell rc to ignore ./git file, not extension
This commit is contained in:
parent
ca5c49289e
commit
7fa04e5dbc
2 changed files with 2 additions and 2 deletions
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
skip = node_modules,
|
skip = node_modules,
|
||||||
*-lock.json,
|
*-lock.json,
|
||||||
*.git,
|
./.git,
|
||||||
*.pyc,
|
*.pyc,
|
||||||
__pycache__,
|
__pycache__,
|
||||||
./build,
|
./build,
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,7 @@
|
||||||
# by the normal RC file, and we get false positives from git hashes.
|
# by the normal RC file, and we get false positives from git hashes.
|
||||||
skip = node_modules,
|
skip = node_modules,
|
||||||
*-lock.json,
|
*-lock.json,
|
||||||
*.git,
|
./.git,
|
||||||
*.pyc,
|
*.pyc,
|
||||||
__pycache__,
|
__pycache__,
|
||||||
./build,
|
./build,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue