diff options
author | Igor Scheller <igor.scheller@igorshp.de> | 2017-01-01 05:25:43 +0100 |
---|---|---|
committer | Igor Scheller <igor.scheller@igorshp.de> | 2017-01-01 05:25:43 +0100 |
commit | 79fa6126d766ae109c16746d1b6aae02c620a743 (patch) | |
tree | c8aa9ab0de5d2cf77c7a23c078c325af46248a8b | |
parent | b8ebd23f6df8317a2b091335640ddd89de8cc55b (diff) |
.gitignore improvements
-rw-r--r-- | .gitignore | 20 |
1 files changed, 17 insertions, 3 deletions
@@ -1,8 +1,22 @@ +# Generic cache files +*~ +.~* +*.tmp +*.temp +*.lock +*.DS_Store +.*.swp +*.out +Thumbs.db .project .buildpath .settings -.*.swp _vimrc_local.vim .sass-cache -config/config.php -test/coverage + +# PHPstorm config +/.idea/ + +# Project files +/config/config.php +/test/coverage |