Add user dictionary to repo for spellchecker
This commit is contained in:
parent
0aee5cc2aa
commit
858954e82d
2 changed files with 15 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -11,6 +11,7 @@ out/
|
|||
!.idea/runConfigurations*
|
||||
!.idea/inspectionProfiles*
|
||||
!.idea/codeStyles*
|
||||
!.idea/dictionaries*
|
||||
*.ipr
|
||||
*.iws
|
||||
*.iml
|
||||
|
|
14
.idea/dictionaries/user.xml
Normal file
14
.idea/dictionaries/user.xml
Normal file
|
@ -0,0 +1,14 @@
|
|||
<component name="ProjectDictionaryState">
|
||||
<dictionary name="user">
|
||||
<words>
|
||||
<w>apk</w>
|
||||
<w>chunker</w>
|
||||
<w>ejectable</w>
|
||||
<w>hasher</w>
|
||||
<w>hkdf</w>
|
||||
<w>restorable</w>
|
||||
<w>seedvault</w>
|
||||
<w>snowden</w>
|
||||
</words>
|
||||
</dictionary>
|
||||
</component>
|
Loading…
Reference in a new issue