Skip to content
Snippets Groups Projects
Select Git revision
  • f12ea7df85d8a5f506ddf8a98e2a82d7243ee4b1
  • master default
  • add-license-1
  • 6.2
  • 6.0
  • 5.3b
  • 5.1
  • 4.12
  • 4.4
  • 4.3
10 results

.gitignore

Blame
  • .gitignore 203 B
    
    *.class
    
    # Package Files #
    *.dex
    *.war
    *.ear
    *.apk
    bin/
    bin
    gen/
    release/
    release
    gen
    .metadata/
    .metadata
    .idea/
    .idea
    *.project
    .DS_Store
    target/
    
    *.iml
    *.properties
    app/proguard-rules.pro
    app/app.iml