浏览代码

added .idea to gitignore

Frank Nägler 11 年之前
父节点
当前提交
f19332afaf
共有 1 个文件被更改,包括 4 次插入1 次删除
  1. 4 1
      .gitignore

+ 4 - 1
.gitignore

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