Last active
December 26, 2015 09:39
-
-
Save stormzhang/7131452 to your computer and use it in GitHub Desktop.
Revisions
-
stormzhang revised this gist
Nov 15, 2013 . 1 changed file with 2 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -25,7 +25,7 @@ build/ # Eclipse project files .classpath .project .settings/ # Intellij project files *.iml @@ -34,4 +34,4 @@ build/ .idea/ # Mac system files .DS_Store -
stormzhang revised this gist
Nov 15, 2013 . 1 changed file with 8 additions and 3 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -15,12 +15,17 @@ gen/ # Local configuration file (sdk path, etc) local.properties # Proguard folder generated by Eclipse proguard/ # Ignore gradle files .gradle/ build/ # Eclipse project files .classpath .project .settings # Intellij project files *.iml -
stormzhang revised this gist
Oct 24, 2013 . 1 changed file with 0 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -18,7 +18,6 @@ local.properties # Eclipse project files .classpath .project # Proguard folder generated by Eclipse proguard/ -
stormzhang created this gist
Oct 24, 2013 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,33 @@ # built application files *.apk *.ap_ # files for the dex VM *.dex # Java class files *.class # generated files bin/ gen/ # Local configuration file (sdk path, etc) local.properties # Eclipse project files .classpath .project project.properties # Proguard folder generated by Eclipse proguard/ # Intellij project files *.iml *.ipr *.iws .idea/ # Mac system files .DS_Store