瀏覽代碼

ignore netbeans ide file

tags/archiva-2.2.0
Eric Barboni 9 年之前
父節點
當前提交
d8cb9a50e8
共有 2 個檔案被更改,包括 3 行新增1 行删除
  1. 2
    1
      .gitignore
  2. 1
    0
      pom.xml

+ 2
- 1
.gitignore 查看文件

@@ -20,4 +20,5 @@ build
.settings/

#netbeans file
nbactions.xml
nbactions.xml
nb-configuration.xml

+ 1
- 0
pom.xml 查看文件

@@ -1870,6 +1870,7 @@
<exclude>patch.diff</exclude>
<exclude>**/overlays/**</exclude>
<exclude>nbactions.xml</exclude>
<exclude>nb-configuration.xml</exclude>
</excludes>
</configuration>
</plugin>

Loading…
取消
儲存