RR-2025.2 <aiko@frame Update filetypes.xml, AIOnboardingPromoWindowAdvisor.xml, databaseDrivers.xml

This commit is contained in:
aiko 2025-08-14 08:39:18 +00:00
parent a1f7324e96
commit 3138d3c40d
3 changed files with 8 additions and 8 deletions

View File

@ -1,6 +1,6 @@
<application> <application>
<component name="AIOnboardingPromoWindowAdvisor"> <component name="AIOnboardingPromoWindowAdvisor">
<option name="attempts" value="6" /> <option name="attempts" value="7" />
<option name="shouldShowNextTime" value="NO" /> <option name="shouldShowNextTime" value="NO" />
</component> </component>
</application> </application>

View File

@ -1,19 +1,19 @@
<application> <application>
<component name="LocalDatabaseDriverManager" version="201"> <component name="LocalDatabaseDriverManager" version="201">
<driver id="sqlite.xerial">
<artifact id="Xerial SQLiteJDBC" name="Xerial SQLiteJDBC" use="true" version="3.34.0" />
</driver>
<driver id="mariadb"> <driver id="mariadb">
<artifact id="MariaDB Connector J" name="MariaDB Connector J" use="true" version="2.7.3" /> <artifact id="MariaDB Connector J" name="MariaDB Connector J" use="true" version="2.7.3" />
</driver> </driver>
<driver id="mongo">
<artifact id="MongoDB" name="MongoDB" use="true" version="1.7.2" />
</driver>
<driver id="mysql.8"> <driver id="mysql.8">
<artifact id="MySQL Connector/J 8" name="MySQL Connector/J 8" use="true" /> <artifact id="MySQL Connector/J 8" name="MySQL Connector/J 8" use="true" />
</driver> </driver>
<driver id="postgresql"> <driver id="postgresql">
<artifact id="PostgreSQL" name="PostgreSQL" use="true" version="42.6.0" /> <artifact id="PostgreSQL" name="PostgreSQL" use="true" version="42.6.0" />
</driver> </driver>
<driver id="sqlite.xerial"> <driver id="mongo">
<artifact id="Xerial SQLiteJDBC" name="Xerial SQLiteJDBC" use="true" version="3.34.0" /> <artifact id="MongoDB" name="MongoDB" use="true" version="1.7.2" />
</driver> </driver>
</component> </component>
</application> </application>

View File

@ -5,6 +5,8 @@
<mapping pattern="bootstrap" type="AUTO_DETECTED" /> <mapping pattern="bootstrap" type="AUTO_DETECTED" />
<mapping ext="aiko" type="AUTO_DETECTED" /> <mapping ext="aiko" type="AUTO_DETECTED" />
<mapping pattern=".dockerignore" type="GitIgnore file" /> <mapping pattern=".dockerignore" type="GitIgnore file" />
<removed_mapping pattern=".devcontainer.json" type="JSON5" />
<removed_mapping pattern="devcontainer.json" type="JSON5" />
<mapping ext="tid" type="Markdown" /> <mapping ext="tid" type="Markdown" />
<mapping ext="livemd" type="Markdown" /> <mapping ext="livemd" type="Markdown" />
<mapping pattern="gemfile.lock" type="PLAIN_TEXT" /> <mapping pattern="gemfile.lock" type="PLAIN_TEXT" />
@ -18,12 +20,10 @@
<removed_mapping ext="bat" approved="true" type="PLAIN_TEXT" /> <removed_mapping ext="bat" approved="true" type="PLAIN_TEXT" />
<removed_mapping ext="cmd" approved="true" type="PLAIN_TEXT" /> <removed_mapping ext="cmd" approved="true" type="PLAIN_TEXT" />
<removed_mapping ext="diff" approved="true" type="PATCH" /> <removed_mapping ext="diff" approved="true" type="PATCH" />
<removed_mapping ext="dockerfile" approved="true" type="textmate" />
<removed_mapping ext="log" approved="true" type="PLAIN_TEXT" /> <removed_mapping ext="log" approved="true" type="PLAIN_TEXT" />
<removed_mapping ext="makefile" approved="true" type="textmate" /> <removed_mapping ext="makefile" approved="true" type="textmate" />
<removed_mapping ext="patch" approved="true" type="PATCH" /> <removed_mapping ext="patch" approved="true" type="PATCH" />
<removed_mapping ext="snakefile" approved="true" type="textmate" /> <removed_mapping ext="snakefile" approved="true" type="textmate" />
<removed_mapping pattern=".dockerignore" approved="true" type="DockerIgnore file" />
<removed_mapping pattern="setenv" approved="true" type="JSHELL" /> <removed_mapping pattern="setenv" approved="true" type="JSHELL" />
<mapping ext="heex" type="Live Embedded Elixir" /> <mapping ext="heex" type="Live Embedded Elixir" />
<mapping ext="main.kts" type="Kotlin" /> <mapping ext="main.kts" type="Kotlin" />