/ .gitignore
.gitignore
 1  app/release
 2  
 3  .classpath
 4  *.swp
 5  .settings
 6  
 7  # https://github.com/github/gitignore/blob/master/Gradle.gitignore
 8  .gradle/
 9  build/
10  captures/
11  signing.properties
12  signing.managed.properties
13  # Ignore Gradle GUI config
14  gradle-app.setting
15  
16  libs/*.aar
17  
18  # https://github.com/github/gitignore/blob/master/Android.gitignore
19  # Built application files
20  *.apk
21  *.ap_
22  
23  # Java class files
24  *.class
25  
26  # Generated files
27  bin/
28  gen/
29  
30  # Local configuration file (sdk path, etc)
31  local.properties
32  
33  # Proguard folder generated by Eclipse
34  proguard/
35  
36  # Log Files
37  *.log
38  
39  *.iml
40  .idea
41  
42  import-summary.txt
43  .navigation/