浏览代码

修改忽略清单,增加对 IDEA 基于文件的项目配置文件的忽略

JamesZBL 7 年之前
父节点
当前提交
8d9807a3ee
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      .gitignore

+ 2 - 0
.gitignore

@@ -6,6 +6,8 @@
 *.iml
 *.iml
 **/out
 **/out
 html
 html
+*.ipr
+*.iws
 
 
 # Eclipse project files
 # Eclipse project files
 **/.classpath
 **/.classpath