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