Last active
December 25, 2015 22:59
-
-
Save plastiv/7053530 to your computer and use it in GitHub Desktop.
Revisions
-
plastiv revised this gist
Jun 6, 2014 . 1 changed file with 5 additions and 4 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 @@ -9,23 +9,24 @@ .settings/ .metadata/ *.log # Eclipse generated files bin/ gen/ .apt_generated/ proguard/ # Intellij project files *.iml *.ipr *.iws .idea/**/* !.idea/codeStyleSettings.xml # Gradle .gradle/ build/ .signing/ # Local configuration file (sdk path, etc) local.properties -
plastiv revised this gist
Oct 31, 2013 . 1 changed file with 1 addition and 0 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,6 +25,7 @@ proguard/ # Gradle .gradle/ build/ .signing/ # Local configuration file (sdk path, etc) local.properties -
plastiv revised this gist
Oct 21, 2013 . 1 changed file with 1 addition and 0 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 @@ -7,6 +7,7 @@ .classpath .project .settings/ .metadata/ *.log # Eclipse generated files -
plastiv revised this gist
Oct 19, 2013 . 1 changed file with 2 additions and 0 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 @@ -1,4 +1,6 @@ # # https://gist.github.com/plastiv/7053530 # # Base configuration taken from https://github.com/github/gitignore/blob/master/Android.gitignore # # Eclipse project files -
plastiv created this gist
Oct 19, 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,27 @@ # # Base configuration taken from https://github.com/github/gitignore/blob/master/Android.gitignore # # Eclipse project files .classpath .project .settings/ *.log # Eclipse generated files bin/ gen/ .apt_generated/ proguard/ # Intellij project files *.iml *.ipr *.iws .idea/ # Gradle .gradle/ build/ # Local configuration file (sdk path, etc) local.properties