Files i want to ignore are in my-client/target/surefire-reports/*.txt
My .gitignore
contains */surefire-reports/*.txt
, but ignore does not seem to be happening. When i mvn install
new reports are created and test data appears in need of a commit.
Is my .gitignore
incorrect?