mirror of
https://github.com/GeorgH93/Minepacks.git
synced 2024-11-28 13:05:14 +01:00
Add dictionaries for IntelliJ
This commit is contained in:
parent
205a139655
commit
00997c6658
4
.gitignore
vendored
4
.gitignore
vendored
@ -60,6 +60,8 @@ Temporary Items
|
|||||||
target/
|
target/
|
||||||
/bin/
|
/bin/
|
||||||
*.iml
|
*.iml
|
||||||
/.idea/
|
/.idea/*
|
||||||
|
!/.idea/sqldialects.xml
|
||||||
|
!/.idea/dictionaries
|
||||||
|
|
||||||
.flattened-pom.xml
|
.flattened-pom.xml
|
3
.idea/dictionaries/Georg.xml
Normal file
3
.idea/dictionaries/Georg.xml
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
<component name="ProjectDictionaryState">
|
||||||
|
<dictionary name="Georg" />
|
||||||
|
</component>
|
16
.idea/dictionaries/Maven.xml
Normal file
16
.idea/dictionaries/Maven.xml
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
<component name="ProjectDictionaryState">
|
||||||
|
<dictionary name="Maven">
|
||||||
|
<words>
|
||||||
|
<w>cobertura</w>
|
||||||
|
<w>codecov</w>
|
||||||
|
<w>codemc</w>
|
||||||
|
<w>delombok</w>
|
||||||
|
<w>gson</w>
|
||||||
|
<w>hikari</w>
|
||||||
|
<w>hmmss</w>
|
||||||
|
<w>powermock</w>
|
||||||
|
<w>sonatype</w>
|
||||||
|
<w>yaml</w>
|
||||||
|
</words>
|
||||||
|
</dictionary>
|
||||||
|
</component>
|
15
.idea/dictionaries/Minecraft.xml
Normal file
15
.idea/dictionaries/Minecraft.xml
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
<component name="ProjectDictionaryState">
|
||||||
|
<dictionary name="Minecraft">
|
||||||
|
<words>
|
||||||
|
<w>bukkit</w>
|
||||||
|
<w>bungee</w>
|
||||||
|
<w>bungeecord</w>
|
||||||
|
<w>craftbukkit</w>
|
||||||
|
<w>minecraft</w>
|
||||||
|
<w>mojang</w>
|
||||||
|
<w>papermc</w>
|
||||||
|
<w>placeholderapi</w>
|
||||||
|
<w>spigot</w>
|
||||||
|
</words>
|
||||||
|
</dictionary>
|
||||||
|
</component>
|
7
.idea/dictionaries/Minepacks.xml
Normal file
7
.idea/dictionaries/Minepacks.xml
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
<component name="ProjectDictionaryState">
|
||||||
|
<dictionary name="PCGamingFreaks">
|
||||||
|
<words>
|
||||||
|
<w>minepacks</w>
|
||||||
|
</words>
|
||||||
|
</dictionary>
|
||||||
|
</component>
|
@ -1,10 +1,10 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<project version="4">
|
<project version="4">
|
||||||
<component name="SqlDialectMappings">
|
<component name="SqlDialectMappings">
|
||||||
<file url="file://$PROJECT_DIR$/Minepacks/src/at/pcgamingfreaks/Minepacks/Bukkit/Database/Migration/SQLtoFilesMigration.java" dialect="GenericSQL" />
|
|
||||||
<file url="file://$PROJECT_DIR$/Minepacks/src/at/pcgamingfreaks/Minepacks/Bukkit/Database/Migration/SQLtoSQLMigration.java" dialect="GenericSQL" />
|
|
||||||
<file url="file://$PROJECT_DIR$/Minepacks/src/at/pcgamingfreaks/Minepacks/Bukkit/Database/Backend/MySQL.java" dialect="MySQL" />
|
<file url="file://$PROJECT_DIR$/Minepacks/src/at/pcgamingfreaks/Minepacks/Bukkit/Database/Backend/MySQL.java" dialect="MySQL" />
|
||||||
<file url="file://$PROJECT_DIR$/Minepacks/src/at/pcgamingfreaks/Minepacks/Bukkit/Database/Backend/SQL.java" dialect="GenericSQL" />
|
<file url="file://$PROJECT_DIR$/Minepacks/src/at/pcgamingfreaks/Minepacks/Bukkit/Database/Backend/SQL.java" dialect="GenericSQL" />
|
||||||
<file url="file://$PROJECT_DIR$/Minepacks/src/at/pcgamingfreaks/Minepacks/Bukkit/Database/Backend/SQLite.java" dialect="SQLite" />
|
<file url="file://$PROJECT_DIR$/Minepacks/src/at/pcgamingfreaks/Minepacks/Bukkit/Database/Backend/SQLite.java" dialect="SQLite" />
|
||||||
|
<file url="file://$PROJECT_DIR$/Minepacks/src/at/pcgamingfreaks/Minepacks/Bukkit/Database/Migration/SQLtoFilesMigration.java" dialect="GenericSQL" />
|
||||||
|
<file url="file://$PROJECT_DIR$/Minepacks/src/at/pcgamingfreaks/Minepacks/Bukkit/Database/Migration/SQLtoSQLMigration.java" dialect="GenericSQL" />
|
||||||
</component>
|
</component>
|
||||||
</project>
|
</project>
|
Loading…
Reference in New Issue
Block a user