Ignore Netbeans artifacts
This commit is contained in:
parent
530fa8a468
commit
0dc00492ed
|
@ -17,3 +17,4 @@ redback-integrations/redback-struts2/redback-struts2-example/overlays/
|
||||||
.DS_Store
|
.DS_Store
|
||||||
.site-content
|
.site-content
|
||||||
.java-version
|
.java-version
|
||||||
|
nb-configuration.xml
|
||||||
|
|
2
pom.xml
2
pom.xml
|
@ -809,6 +809,8 @@
|
||||||
<exclude>patch.diff</exclude>
|
<exclude>patch.diff</exclude>
|
||||||
<exclude>.repository</exclude>
|
<exclude>.repository</exclude>
|
||||||
<exclude>.travis.yml</exclude>
|
<exclude>.travis.yml</exclude>
|
||||||
|
<!-- Netbeans files -->
|
||||||
|
<exclude>nb-configuration.xml</exclude>
|
||||||
</excludes>
|
</excludes>
|
||||||
</configuration>
|
</configuration>
|
||||||
<executions>
|
<executions>
|
||||||
|
|
Loading…
Reference in New Issue