Skip to content

Instantly share code, notes, and snippets.

@stormzhang
Last active December 26, 2015 09:39
Show Gist options
  • Save stormzhang/7131452 to your computer and use it in GitHub Desktop.
Save stormzhang/7131452 to your computer and use it in GitHub Desktop.

Revisions

  1. stormzhang revised this gist Nov 15, 2013. 1 changed file with 2 additions and 2 deletions.
    4 changes: 2 additions & 2 deletions my_android_gitignore
    Original file line number Diff line number Diff line change
    @@ -25,7 +25,7 @@ build/
    # Eclipse project files
    .classpath
    .project
    .settings
    .settings/

    # Intellij project files
    *.iml
    @@ -34,4 +34,4 @@ build/
    .idea/

    # Mac system files
    .DS_Store
    .DS_Store
  2. stormzhang revised this gist Nov 15, 2013. 1 changed file with 8 additions and 3 deletions.
    11 changes: 8 additions & 3 deletions my_android_gitignore
    Original 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

    # Proguard folder generated by Eclipse
    proguard/
    .settings

    # Intellij project files
    *.iml
  3. stormzhang revised this gist Oct 24, 2013. 1 changed file with 0 additions and 1 deletion.
    1 change: 0 additions & 1 deletion my_android_gitignore
    Original file line number Diff line number Diff line change
    @@ -18,7 +18,6 @@ local.properties
    # Eclipse project files
    .classpath
    .project
    project.properties

    # Proguard folder generated by Eclipse
    proguard/
  4. stormzhang created this gist Oct 24, 2013.
    33 changes: 33 additions & 0 deletions my_android_gitignore
    Original 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