diff --git a/.gitignore b/.gitignore index d899551..79f497f 100644 --- a/.gitignore +++ b/.gitignore @@ -22,10 +22,10 @@ system/.config/i3/config system/.config/gtk-2.0/gtkfilechooser.ini # PhpStorm Configuration -system/.config/phpstorm/options/dimensions.xml -system/.config/phpstorm/options/debugger.xml -system/.config/phpstorm/options/images.support.xml -system/.config/phpstorm/options/other.xml -system/.config/phpstorm/options/project.default.xml -system/.config/phpstorm/options/updates.xml -system/.config/phpstorm/options/usage.statistics.xml \ No newline at end of file +system/.config/phpstorm/config/options/dimensions.xml +system/.config/phpstorm/config/options/debugger.xml +system/.config/phpstorm/config/options/images.support.xml +system/.config/phpstorm/config/options/other.xml +system/.config/phpstorm/config/options/project.default.xml +system/.config/phpstorm/config/options/updates.xml +system/.config/phpstorm/config/options/usage.statistics.xml \ No newline at end of file diff --git a/system/.config/phpstorm/codestyles/Default.xml b/system/.config/phpstorm/config/codestyles/Default.xml similarity index 100% rename from system/.config/phpstorm/codestyles/Default.xml rename to system/.config/phpstorm/config/codestyles/Default.xml diff --git a/system/.config/phpstorm/fileTemplates/includes/PHP File Header.php b/system/.config/phpstorm/config/fileTemplates/includes/PHP File Header.php similarity index 100% rename from system/.config/phpstorm/fileTemplates/includes/PHP File Header.php rename to system/.config/phpstorm/config/fileTemplates/includes/PHP File Header.php diff --git a/system/.config/phpstorm/options/colors.scheme.xml b/system/.config/phpstorm/config/options/colors.scheme.xml similarity index 100% rename from system/.config/phpstorm/options/colors.scheme.xml rename to system/.config/phpstorm/config/options/colors.scheme.xml diff --git a/system/.config/phpstorm/options/editor.xml b/system/.config/phpstorm/config/options/editor.xml similarity index 100% rename from system/.config/phpstorm/options/editor.xml rename to system/.config/phpstorm/config/options/editor.xml diff --git a/system/.config/phpstorm/options/laf.xml b/system/.config/phpstorm/config/options/laf.xml similarity index 100% rename from system/.config/phpstorm/options/laf.xml rename to system/.config/phpstorm/config/options/laf.xml diff --git a/system/.config/phpstorm/options/ui.lnf.xml b/system/.config/phpstorm/config/options/ui.lnf.xml similarity index 100% rename from system/.config/phpstorm/options/ui.lnf.xml rename to system/.config/phpstorm/config/options/ui.lnf.xml