浏览代码

Improve NetBeans .gitignore rules

According to this (http://netbeans.org/kb/docs/java/import-eclipse.html#versioning) knowledge base article, the nbproject folder should be checked into the VCS in order to allow people to open the project without importing.

Lucas 14 年之前
父节点
当前提交
3369c324ec
共有 1 个文件被更改,包括 5 次插入1 次删除
  1. 5 1
      Global/NetBeans.gitignore

+ 5 - 1
Global/NetBeans.gitignore

@@ -1,2 +1,6 @@
-nbproject/
+nbproject/private/
+build/
+nbbuild/
+dist/
+nbdist/
 nbactions.xml