Skip to content

Instantly share code, notes, and snippets.

@chrisjenx
Created August 2, 2013 09:57

Revisions

  1. chrisjenx created this gist Aug 2, 2013.
    35 changes: 35 additions & 0 deletions .gitignore
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,35 @@
    # 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

    # Proguard folder generated by Eclipse
    proguard/

    # Intellij project files
    *.iml
    *.ipr
    *.iws
    .idea/

    #Gradle
    .gradletasknamecache
    .gradle/
    build/
    bin/