mirror of
https://github.com/actions/setup-java.git
synced 2025-06-30 21:04:16 +00:00
add .gitignore files to __tests__/cache directories
This commit is contained in:
parent
313e1ad891
commit
8687e45311
2 changed files with 23 additions and 0 deletions
11
__tests__/cache/maven/.gitignore
vendored
Normal file
11
__tests__/cache/maven/.gitignore
vendored
Normal file
|
@ -0,0 +1,11 @@
|
|||
target/
|
||||
pom.xml.tag
|
||||
pom.xml.releaseBackup
|
||||
pom.xml.versionsBackup
|
||||
pom.xml.next
|
||||
release.properties
|
||||
dependency-reduced-pom.xml
|
||||
buildNumber.properties
|
||||
.mvn/timing.properties
|
||||
# https://github.com/takari/maven-wrapper#usage-without-binary-jar
|
||||
.mvn/wrapper/maven-wrapper.jar
|
Loading…
Add table
Add a link
Reference in a new issue