[fenix] For https://github.com/mozilla-mobile/fenix/issues/6910 Align shortcuts in...
[gecko.git] / mobile / android / fenix / .gitignore
blob698e059b7915ad5bf58cfd6736fd223dbc132a9e
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/
25 !taskcluster/ci/build
27 # Local configuration file (sdk path, etc)
28 local.properties
30 # Proguard folder generated by Eclipse
31 proguard/
33 # Log Files
34 *.log
36 # Android Studio Navigation editor temp files
37 .navigation/
39 # Android Studio captures folder
40 captures/
42 # IntelliJ
43 *.iml
44 .idea/
46 # Vim swap files
47 *.sw[op]
50 # Keystore files
51 # Uncomment the following lines if you do not want to check your keystore files in.
52 #*.jks
53 #*.keystore
55 # External native build folder generated in Android Studio 2.2 and later
56 .externalNativeBuild
58 # Google Services (e.g. APIs or Firebase)
59 google-services.json
61 # Freeline
62 freeline.py
63 freeline/
64 freeline_project_description.json
66 # fastlane
67 fastlane/report.xml
68 fastlane/Preview.html
69 fastlane/screenshots
70 fastlane/test_output
71 fastlane/readme.md
73 ### Android Patch ###
74 gen-external-apklibs
76 # End of https://www.gitignore.io/api/android
79 # macOS
80 .DS_Store
82 # Token files
83 .leanplum_token
84 .adjust_token
85 .digital_asset_links_token
88 # Python Byte-compiled / optimized / DLL files
89 __pycache__/
90 *.py[cod]
91 venv/
94 # UI test artifacts 
95 .firebase_token*
96 results/
97 test_artifacts/
98 /build/test-tools/google-cloud-sdk/
99 /build/test-tools/*.jar
100 /build/test-tools/*.gz