add .gitignore files to __tests__/cache directories

This commit is contained in:
Kengo TODA 2021-07-15 08:31:59 +08:00
parent 313e1ad891
commit 8687e45311
2 changed files with 23 additions and 0 deletions

12
__tests__/cache/gradle/.gitignore vendored Normal file
View file

@ -0,0 +1,12 @@
.gradle
**/build/
!src/**/build/
# Ignore Gradle GUI config
gradle-app.setting
# Avoid ignoring Gradle wrapper jar file (.jar files are usually ignored)
!gradle-wrapper.jar
# Cache of project
.gradletasknamecache