소스 검색

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…
취소
저장