Move phpstorm settings to correct folder

Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
Severin Kaderli 2019-06-19 13:40:55 +02:00
parent 4d8b1920ab
commit 195de4363e
Signed by: severinkaderli
GPG key ID: F419F8835B72F0C4
7 changed files with 7 additions and 7 deletions

14
.gitignore vendored
View file

@ -22,10 +22,10 @@ system/.config/i3/config
system/.config/gtk-2.0/gtkfilechooser.ini system/.config/gtk-2.0/gtkfilechooser.ini
# PhpStorm Configuration # PhpStorm Configuration
system/.config/phpstorm/options/dimensions.xml system/.config/phpstorm/config/options/dimensions.xml
system/.config/phpstorm/options/debugger.xml system/.config/phpstorm/config/options/debugger.xml
system/.config/phpstorm/options/images.support.xml system/.config/phpstorm/config/options/images.support.xml
system/.config/phpstorm/options/other.xml system/.config/phpstorm/config/options/other.xml
system/.config/phpstorm/options/project.default.xml system/.config/phpstorm/config/options/project.default.xml
system/.config/phpstorm/options/updates.xml system/.config/phpstorm/config/options/updates.xml
system/.config/phpstorm/options/usage.statistics.xml system/.config/phpstorm/config/options/usage.statistics.xml