diff options
| -rw-r--r-- | ide.general.xml | 5 | ||||
| -rw-r--r-- | updates.xml | 7 |
2 files changed, 5 insertions, 7 deletions
diff --git a/ide.general.xml b/ide.general.xml new file mode 100644 index 0000000..cf8a656 --- /dev/null +++ b/ide.general.xml @@ -0,0 +1,5 @@ +<application> + <component name="GeneralSettings"> + <option name="showTipsOnStartup" value="false" /> + </component> +</application>
\ No newline at end of file diff --git a/updates.xml b/updates.xml deleted file mode 100644 index 5cc687f..0000000 --- a/updates.xml +++ /dev/null @@ -1,7 +0,0 @@ -<application> - <component name="UpdatesConfigurable"> - <option name="LAST_BUILD_CHECKED" value="CL-212.5080.54" /> - <option name="LAST_TIME_CHECKED" value="1630559544016" /> - <option name="THIRD_PARTY_PLUGINS_ALLOWED" value="true" /> - </component> -</application>
\ No newline at end of file |