Skip to content

Instantly share code, notes, and snippets.

@plastiv
Last active December 25, 2015 22:59
Show Gist options
  • Select an option

  • Save plastiv/7053530 to your computer and use it in GitHub Desktop.

Select an option

Save plastiv/7053530 to your computer and use it in GitHub Desktop.

Revisions

  1. plastiv revised this gist Jun 6, 2014. 1 changed file with 5 additions and 4 deletions.
    9 changes: 5 additions & 4 deletions .gitignore
    Original 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/**/*
    !.idea/codeStyleSettings.xml

    # Gradle
    .gradle/
    build/
    .signing/

    # Local configuration file (sdk path, etc)
    local.properties
  2. plastiv revised this gist Oct 31, 2013. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions .gitignore
    Original 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
  3. plastiv revised this gist Oct 21, 2013. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions .gitignore
    Original file line number Diff line number Diff line change
    @@ -7,6 +7,7 @@
    .classpath
    .project
    .settings/
    .metadata/
    *.log

    # Eclipse generated files
  4. plastiv revised this gist Oct 19, 2013. 1 changed file with 2 additions and 0 deletions.
    2 changes: 2 additions & 0 deletions .gitignore
    Original 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
  5. plastiv created this gist Oct 19, 2013.
    27 changes: 27 additions & 0 deletions .gitignore
    Original 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