summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorIgor Scheller <igor.scheller@igorshp.de>2017-01-01 05:25:43 +0100
committerIgor Scheller <igor.scheller@igorshp.de>2017-01-01 05:25:43 +0100
commit79fa6126d766ae109c16746d1b6aae02c620a743 (patch)
treec8aa9ab0de5d2cf77c7a23c078c325af46248a8b /.gitignore
parentb8ebd23f6df8317a2b091335640ddd89de8cc55b (diff)
.gitignore improvements
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore20
1 files changed, 17 insertions, 3 deletions
diff --git a/.gitignore b/.gitignore
index f0e37b9c..febc6812 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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