[fenix] Update to Mozilla Android Components 0.45.0-SNAPSHOT and GeckoView Nightly...
[gecko.git] / mobile / android / fenix / .gitignore
blob4dc8923350eb3ddce858b2867758f66ceed4785d
2 # Created by https://www.gitignore.io/api/android
3 # Edit at https://www.gitignore.io/?templates=android
5 ### Android ###
6 # Built application files
7 *.apk
8 *.ap_
9 *.aab
11 # Files for the ART/Dalvik VM
12 *.dex
14 # Java class files
15 *.class
17 # Generated files
18 bin/
19 gen/
20 out/
22 # Gradle files
23 .gradle/
24 build/
26 # Local configuration file (sdk path, etc)
27 local.properties
29 # Proguard folder generated by Eclipse
30 proguard/
32 # Log Files
33 *.log
35 # Android Studio Navigation editor temp files
36 .navigation/
38 # Android Studio captures folder
39 captures/
41 # IntelliJ
42 *.iml
43 .idea/
45 # Keystore files
46 # Uncomment the following lines if you do not want to check your keystore files in.
47 #*.jks
48 #*.keystore
50 # External native build folder generated in Android Studio 2.2 and later
51 .externalNativeBuild
53 # Google Services (e.g. APIs or Firebase)
54 google-services.json
56 # Freeline
57 freeline.py
58 freeline/
59 freeline_project_description.json
61 # fastlane
62 fastlane/report.xml
63 fastlane/Preview.html
64 fastlane/screenshots
65 fastlane/test_output
66 fastlane/readme.md
68 ### Android Patch ###
69 gen-external-apklibs
71 # End of https://www.gitignore.io/api/android
74 # macOS
75 .DS_Store