Browse Source

added .idea to gitignore

Frank Nägler 11 years ago
parent
commit
f19332afaf
1 changed files with 4 additions and 1 deletions
  1. 4 1
      .gitignore

+ 4 - 1
.gitignore

@@ -14,10 +14,13 @@ Icon?
 Thumbs.db
 Thumbs.db
 *.swp
 *.swp
 
 
+# PHPStorm settings
+.idea
+
 # User themes
 # User themes
 themes/*
 themes/*
 !themes/index.html
 !themes/index.html
 !themes/default/*
 !themes/default/*
 
 
 # User config
 # User config
-config.php
+config.php