Bug 1832087 - Add bug causing flakiness in cookie banner reduction UI tests
[gecko.git] / mobile / android / .gitignore
blob5ea8c04043667c5874d0625b8e936bb2880b887c
1 # Built application files
2 *.apk
3 *.ap_
5 # Files for the ART/Dalvik VM
6 *.dex
8 # Java class files
9 *.class
11 # Generated files
12 bin/
13 gen/
14 out/
16 # Gradle files
17 .gradle/
18 build/
19 !taskcluster/ci/build/
20 .build-cache/
22 # Local configuration file (sdk path, etc)
23 local.properties
24 .lastAutoPublishContentsHash
26 # Proguard folder generated by Eclipse
27 proguard/
29 # Log Files
30 *.log
32 # Android Studio Navigation editor temp files
33 .navigation/
35 # Android Studio captures folder
36 captures/
38 # Intellij
39 *.iml
40 .idea/
42 # Vim swap files
43 *.sw[op]
45 # Keystore files
46 *.jks
48 # OS X
49 .DS_Store
51 # jacoco.exec
52 jacoco.exec
54 #Gihub Bot Token
55 .github_token
57 # UI test artifacts
58 .firebase_token*
59 results/
60 test_artifacts/
61 /build/test-tools/google-cloud-sdk/
62 /build/test-tools/*.jar
63 /build/test-tools/*.gz
65 # Screenshots
66 fastlane/
68 # Secrets files, e.g. tokens
69 .adjust_token
70 .sentry_token
71 .mls_token
72 .nimbus
73 .wallpaper_url
74 .pocket_consumer_key
76 # Python Byte-compiled / optimized / DLL files
77 __pycache__/
78 *.py[cod]
79 venv/
81 # Web extensions: manifest.json files are generated
82 manifest.json
84 # Xcode
85 *.pbxuser
86 !default.pbxuser
87 *.mode1v3
88 !default.mode1v3
89 *.mode2v3
90 !default.mode2v3
91 *.perspectivev3
92 !default.perspectivev3
93 xcuserdata
94 *.xccheckout
95 *.moved-aside
96 DerivedData
97 *.hmap
98 *.ipa
99 *.xcuserstate
100 *.xcscmblueprint
101 .build