Skip to content

Commit c3da4fa

Browse files
committed
Update .gitignore to untrack some maven release files that get generated
1 parent 8a0b8ec commit c3da4fa

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

.gitignore

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1-
.DS_Store
2-
.idea/
31
*.iml
4-
target/
5-
work/
6-
7-
.vagrant/
2+
.DS_Store
3+
/.idea/
4+
/.vagrant/
5+
/pom.xml.ReleaseBackup
6+
/release-pom.xml
7+
/release.properties
8+
/target/
9+
/work/

0 commit comments

Comments
 (0)