RD-2022.1 <rodude123@rodude123s-x360 Merge branch 'master'
This commit is contained in:
commit
447c8b1b7c
@ -7,5 +7,8 @@
|
|||||||
<artifact />
|
<artifact />
|
||||||
<artifact id="MySQL ConnectorJ" name="MySQL ConnectorJ" use="true" version="8.0.25" />
|
<artifact id="MySQL ConnectorJ" name="MySQL ConnectorJ" use="true" version="8.0.25" />
|
||||||
</driver>
|
</driver>
|
||||||
|
<driver id="sqlite.xerial">
|
||||||
|
<artifact id="Xerial SQLiteJDBC" name="Xerial SQLiteJDBC" use="true" version="3.36.0.3" />
|
||||||
|
</driver>
|
||||||
</component>
|
</component>
|
||||||
</application>
|
</application>
|
@ -12,6 +12,7 @@
|
|||||||
<option name="STRIP_TRAILING_SPACES" value="None" />
|
<option name="STRIP_TRAILING_SPACES" value="None" />
|
||||||
<option name="IS_WHEEL_FONTCHANGE_ENABLED" value="true" />
|
<option name="IS_WHEEL_FONTCHANGE_ENABLED" value="true" />
|
||||||
</component>
|
</component>
|
||||||
|
<component name="LiveEditOptions" chromeUpdateJSOnChanges="true" restartIfHotSwapFailed="true" updateFilesToCompile="true" />
|
||||||
<component name="TodoConfiguration">
|
<component name="TodoConfiguration">
|
||||||
<pattern pattern="\bNotImplementedException\b" />
|
<pattern pattern="\bNotImplementedException\b" />
|
||||||
<pattern pattern="(?<=\W|^)(?<TAG>BUG)(\W|$)(.*)" />
|
<pattern pattern="(?<=\W|^)(?<TAG>BUG)(\W|$)(.*)" />
|
||||||
|
@ -4,10 +4,10 @@
|
|||||||
<extensionMap>
|
<extensionMap>
|
||||||
<mapping pattern="ArtifactDB" type="AUTO_DETECTED" />
|
<mapping pattern="ArtifactDB" type="AUTO_DETECTED" />
|
||||||
<mapping ext="mat" type="AUTO_DETECTED" />
|
<mapping ext="mat" type="AUTO_DETECTED" />
|
||||||
|
<mapping ext=".tabnine.model" type="Tabnine project model file" />
|
||||||
<mapping ext=".tabnine" type="Tabnine project model file" />
|
<mapping ext=".tabnine" type="Tabnine project model file" />
|
||||||
<mapping ext=".model" type="Tabnine project model file" />
|
<mapping ext=".model" type="Tabnine project model file" />
|
||||||
<mapping ext="tabnine" type="Tabnine project model file" />
|
<mapping ext="tabnine" type="Tabnine project model file" />
|
||||||
<mapping ext=".tabnine.model" type="Tabnine project model file" />
|
|
||||||
<mapping ext="model" type="Tabnine project model file" />
|
<mapping ext="model" type="Tabnine project model file" />
|
||||||
<removed_mapping ext="csv" approved="true" type="CSV" />
|
<removed_mapping ext="csv" approved="true" type="CSV" />
|
||||||
<removed_mapping ext="ignore" approved="true" type="IgnoreLang file" />
|
<removed_mapping ext="ignore" approved="true" type="IgnoreLang file" />
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
<application>
|
<application>
|
||||||
<component name="NodeJsLocalInterpreterManager">
|
<component name="NodeJsLocalInterpreterManager">
|
||||||
<local-interpreter path="/usr/bin/node" />
|
<local-interpreter path="/usr/bin/node">
|
||||||
|
<version-cache version="12.22.11" last-modified="1647597501000" />
|
||||||
|
</local-interpreter>
|
||||||
</component>
|
</component>
|
||||||
</application>
|
</application>
|
1
vcs.xml
1
vcs.xml
@ -26,6 +26,7 @@
|
|||||||
<option value="Default.Subject" />
|
<option value="Default.Subject" />
|
||||||
<option value="Default.Author" />
|
<option value="Default.Author" />
|
||||||
<option value="Default.Date" />
|
<option value="Default.Date" />
|
||||||
|
<option value="Space.CommitStatus" />
|
||||||
</list>
|
</list>
|
||||||
</option>
|
</option>
|
||||||
</component>
|
</component>
|
||||||
|
Loading…
Reference in New Issue
Block a user