Merge branch 'codespell-git' into 'v3'
Update codespellrc to ignore ./git folder, not extension See merge request openflexure/openflexure-microscope-server!544
This commit is contained in:
commit
15deaa7702
2 changed files with 2 additions and 2 deletions
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
skip = node_modules,
|
||||
*-lock.json,
|
||||
*.git,
|
||||
./.git,
|
||||
*.pyc,
|
||||
__pycache__,
|
||||
./build,
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@
|
|||
# by the normal RC file, and we get false positives from git hashes.
|
||||
skip = node_modules,
|
||||
*-lock.json,
|
||||
*.git,
|
||||
./.git,
|
||||
*.pyc,
|
||||
__pycache__,
|
||||
./build,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue