Skip to content

Commit 44edff7

Browse files
committed
AGP 8 test: ignore and remove the .gradle directory
1 parent 9c823d7 commit 44edff7

File tree

12 files changed

+37
-2
lines changed

12 files changed

+37
-2
lines changed
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
HELP.md
2+
.gradle
3+
build/
4+
!gradle/wrapper/gradle-wrapper.jar
5+
!**/src/main/**/build/
6+
!**/src/test/**/build/
7+
8+
### STS ###
9+
.apt_generated
10+
.classpath
11+
.factorypath
12+
.project
13+
.settings
14+
.springBeans
15+
.sts4-cache
16+
bin/
17+
!**/src/main/**/bin/
18+
!**/src/test/**/bin/
19+
20+
### IntelliJ IDEA ###
21+
.idea
22+
*.iws
23+
*.iml
24+
*.ipr
25+
out/
26+
!**/src/main/**/out/
27+
!**/src/test/**/out/
28+
29+
### NetBeans ###
30+
/nbproject/private/
31+
/nbbuild/
32+
/dist/
33+
/nbdist/
34+
/.nb-gradle/
35+
36+
### VS Code ###
37+
.vscode/

java/ql/integration-tests/all-platforms/java/android-8-sample/.gradle/7.4/dependencies-accessors/gc.properties

Whitespace-only changes.

java/ql/integration-tests/all-platforms/java/android-8-sample/.gradle/7.4/gc.properties

Whitespace-only changes.

0 commit comments

Comments
 (0)