mirror of
https://github.com/github/gitignore
synced 2025-07-04 04:18:26 +02:00
Android: Ignore the proguard folder
When exporting a signed .apk, Ecipse creates a proguard folder in the root directory. It should not be commited.
This commit is contained in:
parent
fcb11295b5
commit
4db1b0429f
1 changed files with 3 additions and 0 deletions
|
@ -18,3 +18,6 @@ local.properties
|
|||
# Eclipse project files
|
||||
.classpath
|
||||
.project
|
||||
|
||||
# Proguard folder generated by Eclipse
|
||||
proguard/
|
Loading…
Add table
Add a link
Reference in a new issue