diff --git a/.gitignore b/.gitignore index 79f497f..8857c9a 100644 --- a/.gitignore +++ b/.gitignore @@ -22,10 +22,18 @@ system/.config/i3/config system/.config/gtk-2.0/gtkfilechooser.ini # PhpStorm Configuration +system/.config/phpstorm/config/port.lock +system/.config/phpstorm/config/port +system/.config/phpstorm/config/tasks +system/.config/phpstorm/config/plugins +system/.config/phpstorm/system +system/.config/phpstorm/config/phpstorm.key 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 +system/.config/phpstorm/config/options/usage.statistics.xml +system/.config/phpstorm/config/options/recentProjectDirectories.xml +system/.config/phpstorm/config/options/window.manager.xml \ No newline at end of file diff --git a/system/.config/phpstorm/config/codestyles/Default.xml b/system/.config/phpstorm/config/codestyles/Default.xml index e94f32a..2b4e1ca 100644 --- a/system/.config/phpstorm/config/codestyles/Default.xml +++ b/system/.config/phpstorm/config/codestyles/Default.xml @@ -1 +1,24 @@ - \ No newline at end of file + + + + + + \ No newline at end of file diff --git a/system/.config/phpstorm/config/options/ide.general.xml b/system/.config/phpstorm/config/options/ide.general.xml new file mode 100644 index 0000000..cf8a656 --- /dev/null +++ b/system/.config/phpstorm/config/options/ide.general.xml @@ -0,0 +1,5 @@ + + + + \ No newline at end of file diff --git a/system/.config/phpstorm/config/options/php.xml b/system/.config/phpstorm/config/options/php.xml new file mode 100644 index 0000000..5a83f7b --- /dev/null +++ b/system/.config/phpstorm/config/options/php.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file