浏览代码

add .idea (PHPStorm settings) to gitignore

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

+ 3 - 0
.gitignore

@@ -14,6 +14,9 @@ Icon?
 Thumbs.db
 *.swp
 
+# PHPStorm settings
+.idea
+
 # User themes
 themes/*
 !themes/index.html