Skip to content

Commit 83ba00a

Browse files
[manifestmerger] needs a .gitignore file (#4000)
I was seeing files in my working tree after a build. I reused the `.gitignore` that `r8` is using.
1 parent 2c6f5cd commit 83ba00a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/manifestmerger/.gitignore

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

0 commit comments

Comments
 (0)