From 195de4363ed070836b8dda4acc36b932f96d1b46 Mon Sep 17 00:00:00 2001 From: Severin Kaderli Date: Wed, 19 Jun 2019 13:40:55 +0200 Subject: [PATCH] Move phpstorm settings to correct folder Signed-off-by: Severin Kaderli --- .gitignore | 14 +++++++------- .../phpstorm/{ => config}/codestyles/Default.xml | 0 .../fileTemplates/includes/PHP File Header.php | 0 .../{ => config}/options/colors.scheme.xml | 0 .../phpstorm/{ => config}/options/editor.xml | 0 .../.config/phpstorm/{ => config}/options/laf.xml | 0 .../phpstorm/{ => config}/options/ui.lnf.xml | 0 7 files changed, 7 insertions(+), 7 deletions(-) rename system/.config/phpstorm/{ => config}/codestyles/Default.xml (100%) rename system/.config/phpstorm/{ => config}/fileTemplates/includes/PHP File Header.php (100%) rename system/.config/phpstorm/{ => config}/options/colors.scheme.xml (100%) rename system/.config/phpstorm/{ => config}/options/editor.xml (100%) rename system/.config/phpstorm/{ => config}/options/laf.xml (100%) rename system/.config/phpstorm/{ => config}/options/ui.lnf.xml (100%) 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