AGP 8 test: ignore and remove the .gradle directory

This commit is contained in:
Chris Smowton
2024-05-14 18:03:08 +01:00
parent 9c823d708d
commit 44edff7661
12 changed files with 37 additions and 2 deletions

View File

@@ -0,0 +1,37 @@
HELP.md
.gradle
build/
!gradle/wrapper/gradle-wrapper.jar
!**/src/main/**/build/
!**/src/test/**/build/
### STS ###
.apt_generated
.classpath
.factorypath
.project
.settings
.springBeans
.sts4-cache
bin/
!**/src/main/**/bin/
!**/src/test/**/bin/
### IntelliJ IDEA ###
.idea
*.iws
*.iml
*.ipr
out/
!**/src/main/**/out/
!**/src/test/**/out/
### NetBeans ###
/nbproject/private/
/nbbuild/
/dist/
/nbdist/
/.nb-gradle/
### VS Code ###
.vscode/

View File

@@ -1,2 +0,0 @@
#Wed Jul 05 17:04:08 BST 2023
gradle.version=7.4