Add dictionary specific to the project to VCS

This commit is contained in:
Benoit Marty 2019-10-11 09:32:43 +02:00
parent 1e11d4492b
commit 82fc97f619
2 changed files with 24 additions and 5 deletions

10
.gitignore vendored
View File

@ -1,11 +1,11 @@
*.iml *.iml
.gradle .gradle
/local.properties /local.properties
.idea/* # idea files: exclude everything except dictionnaries
/.idea/* .idea/caches
/.idea/libraries .idea/codeStyles
/.idea/modules.xml .idea/libraries
/.idea/workspace.xml .idea/*.xml
.DS_Store .DS_Store
/build /build
/captures /captures

View File

@ -0,0 +1,19 @@
<component name="ProjectDictionaryState">
<dictionary name="bmarty">
<words>
<w>backstack</w>
<w>bytearray</w>
<w>ciphertext</w>
<w>decryptor</w>
<w>emoji</w>
<w>emojis</w>
<w>hmac</w>
<w>ktlint</w>
<w>linkified</w>
<w>linkify</w>
<w>megolm</w>
<w>pbkdf</w>
<w>pkcs</w>
</words>
</dictionary>
</component>