Skip to content

Instantly share code, notes, and snippets.

@gelitenight
Created December 17, 2013 03:23
Show Gist options
  • Select an option

  • Save gelitenight/7999522 to your computer and use it in GitHub Desktop.

Select an option

Save gelitenight/7999522 to your computer and use it in GitHub Desktop.

Revisions

  1. truenight0 created this gist Dec 17, 2013.
    31 changes: 31 additions & 0 deletions android.gitignore
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,31 @@
    # Eclipse
    .project
    .classpath
    .settings
    .checkstyle

    # IntelliJ IDEA
    .idea
    *.iml
    *.ipr
    *.iws
    classes
    gen-external-apklibs

    # Gradle
    .gradle
    build

    # Maven
    target
    release.properties
    pom.xml.*

    # Ant
    bin
    gen
    local.properties

    # Other
    .DS_Store
    tmp