mirror of
https://github.com/Cyrix126/gupaxx.git
synced 2024-12-22 14:49:21 +00:00
fix: exclude assets from typo checking
This commit is contained in:
parent
045dd7ab03
commit
7648bc91aa
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
[files]
|
[files]
|
||||||
extend-exclude = [
|
extend-exclude = [
|
||||||
"src/cpu.json",
|
"assets/",
|
||||||
"pgp/",
|
"pgp/",
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in a new issue