Skip to content

Commit 471bb45

Browse files
Vova Kolmakovclaude
andcommitted
chore: ignore maven-shade-plugin dependency-reduced-pom.xml
The shade plugin writes dependency-reduced-pom.xml next to pom.xml on every package build. Add it to .gitignore so it stops showing up as untracked after `mvn package`. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent fa45647 commit 471bb45

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ target/
22
!.mvn/wrapper/maven-wrapper.jar
33
!**/src/main/**/target/
44
!**/src/test/**/target/
5+
dependency-reduced-pom.xml
56

67
### IntelliJ IDEA ###
78
.idea

0 commit comments

Comments
 (0)