Skip to content

Commit 2a0636b

Browse files
[r8] update .gitignore (#3882)
When I open xamarin-android in VS Code, the Java plugin creates directories where it finds gradle projects. Since r8 uses gradle, we should add to its `.gitignore`.
1 parent 8241973 commit 2a0636b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/r8/.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
.idea/
22
build/
3-
out/
3+
out/
4+
.classpath
5+
.project
6+
.settings/

0 commit comments

Comments
 (0)