mirror of
https://github.com/chylex/IntelliJ-Inspection-Lens.git
synced 2025-05-04 17:34:07 +02:00
Add dictionary file for IntelliJ
This commit is contained in:
parent
624254fba3
commit
f2ec3c3d9b
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,4 +1,5 @@
|
|||||||
/.idea/*
|
/.idea/*
|
||||||
|
!/.idea/dictionaries
|
||||||
!/.idea/runConfigurations
|
!/.idea/runConfigurations
|
||||||
|
|
||||||
/.gradle/
|
/.gradle/
|
||||||
|
7
.idea/dictionaries/default_user.xml
Normal file
7
.idea/dictionaries/default_user.xml
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
<component name="ProjectDictionaryState">
|
||||||
|
<dictionary name="default.user">
|
||||||
|
<words>
|
||||||
|
<w>inspectionlens</w>
|
||||||
|
</words>
|
||||||
|
</dictionary>
|
||||||
|
</component>
|
Loading…
Reference in New Issue
Block a user