Skip to content

Commit ac2c7e1

Browse files
authored
Merge pull request #4697 from line-o/fix/ignore-pom-artefacts
[fix] ignore temporary POMs
2 parents 67daa69 + 11314b3 commit ac2c7e1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ target/
55
.classpath
66
.project
77

8+
# quartz artefacts
9+
dependency-reduced-pom.xml
10+
811
# IDE specific files
912
.idea/*
1013
!/.idea/runConfigurations
@@ -13,3 +16,4 @@ target/
1316

1417
# OS specific files
1518
.DS_Store
19+

0 commit comments

Comments
 (0)