Type Alias: LanguageIdMultipleNeg
LanguageIdMultipleNeg =
string
Defined in: CSpellSettingsDef.ts:706
A Negative File Type used to exclude files of that type.
!typescript- will exclude typescript files.!cpp,!json- will exclude cpp and json files.!typescript,javascript- will exclude typescript files and include javascript files.
Pattern
^(![-\w_\s]+)(,!?[-\w_\s]+)*$