Skip to content

Commit

Permalink
fix: add dependency-reduced-pom.xml into .gitignore
Browse files Browse the repository at this point in the history
This file doesn't belong in source control as a deterministic byproduct of the build process.
  • Loading branch information
David-Petrov committed Apr 29, 2024
1 parent 878e5f3 commit 1304925
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ target/*
*.hprof
*hs_err_pid*
*~
**/dependency-reduced-pom.xml

0 comments on commit 1304925

Please sign in to comment.