Skip to content

Commit b92b631

Browse files
committed
Build cache - Ignore Eclipse local files in spotless input
1 parent b0414e8 commit b92b631

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

independent-projects/parent/pom.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -552,6 +552,9 @@
552552
<name>baseDir</name>
553553
<excludes>
554554
<exclude>.idea/*</exclude>
555+
<exclude>.classpath</exclude>
556+
<exclude>.project</exclude>
557+
<exclude>.settings/*</exclude>
555558
<exclude>target/*</exclude>
556559
</excludes>
557560
<normalization>

0 commit comments

Comments
 (0)