mirror of
https://github.com/Lissy93/dashy.git
synced 2026-02-13 10:31:29 +01:00
🔧 Adds spell check ignore for non-English files
This commit is contained in:
parent
49e7b880d3
commit
8183a2bf17
1 changed files with 7 additions and 0 deletions
7
.github/.misspell-fixer.ignore
vendored
Normal file
7
.github/.misspell-fixer.ignore
vendored
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
|
||||
^./src/assets/locales/de.json
|
||||
^./src/assets/locales/es.json
|
||||
^./src/assets/locales/fr.json
|
||||
^./src/assets/locales/nl.json
|
||||
^./src/assets/locales/sl.json
|
||||
^./src/assets/locales/zh-CN.json
|
||||
Loading…
Reference in a new issue