Bug 1884916 - Update mobile subfolders gitignore files r=geckoview-reviewers,android-reviewers,tthibaud,owlish

Differential Revision: https://phabricator.services.mozilla.com/D225818
This commit is contained in:
Aaditya Dhingra
2025-02-12 15:18:43 +00:00
parent 65306335a0
commit 28dd68b3f6
20 changed files with 187 additions and 129 deletions

95
.gitignore vendored
View File

@@ -9,7 +9,7 @@
*.pyo *.pyo
TAGS TAGS
tags tags
.DS_Store *.DS_Store
*.pdb *.pdb
.eslintcache .eslintcache
*.gcda *.gcda
@@ -218,6 +218,7 @@ mobile/android/**/build
mobile/android/**/.kotlin mobile/android/**/.kotlin
mobile/android/**/bin mobile/android/**/bin
mobile/android/**/generated mobile/android/**/generated
mobile/android/!taskcluster/ci/build/
# Android local.properties # Android local.properties
mobile/android/**/local.properties mobile/android/**/local.properties
@@ -358,3 +359,95 @@ media/libvpx/config/**/config.log
# Ignore generated files resulting from building the minidump analyzer tests. # Ignore generated files resulting from building the minidump analyzer tests.
toolkit/crashreporter/minidump-analyzer/analyzer-test/target/ toolkit/crashreporter/minidump-analyzer/analyzer-test/target/
mobile/android/fenix/tools/*_expiry_list.csv
mobile/android/fenix/tools/*_renewal_request.txt
mobile/android/docs/_site
mobile/android/docs/.sass-cache
mobile/android/docs/.jekyll-metadata
mobile/android/android-components/components/service/pocket/src/test/resources/pocket/apiKey.txt
mobile/android/android-components/components/service/pocket/src/test/resources/pocket/listenAccessToken.txt
# Built application files
mobile/android/**/*.apk
mobile/android/**/*.ap_
# Files for the ART/Dalvik VM
mobile/android/*.dex
# Java class files
mobile/android/*.class
# Generated files
mobile/android/gen/
mobile/android/out/
# Local configuration file (sdk path, etc)
mobile/android/.lastAutoPublishContentsHash
# Proguard folder generated by Eclipse
mobile/android/proguard/
mobile/android/*.log
# Android Studio Navigation editor temp files
mobile/android/.navigation/
# Android Studio captures folder
mobile/android/captures/
# Vim swap files
mobile/android/*.sw[op]
# Keystore files
mobile/android/*.jks
# jacoco.exec
mobile/android/jacoco.exec
#Gihub Bot Token
mobile/android/.github_token
# UI test artifacts
mobile/android/.firebase_token*
mobile/android/results/
mobile/android/test_artifacts/
# Screenshots
mobile/android/fastlane/
# Secrets files, e.g. tokens
mobile/android/.adjust_token
mobile/android/.sentry_token
mobile/android/.mls_token
mobile/android/.nimbus
mobile/android/.wallpaper_url
mobile/android/.pocket_consumer_key
mobile/android/fenix/app/src/**/res/values/fenix_firebase_push_credentials.xml
# Python Byte-compiled / optimized / DLL files
mobile/android/__pycache__/
mobile/android/*.py[cod]
mobile/android/venv/
# Xcode
mobile/android/*.pbxuser
mobile/android/!default.pbxuser
mobile/android/*.mode1v3
mobile/android/!default.mode1v3
mobile/android/*.mode2v3
mobile/android/!default.mode2v3
mobile/android/*.perspectivev3
mobile/android/!default.perspectivev3
mobile/android/xcuserdata
mobile/android/*.xccheckout
mobile/android/*.moved-aside
mobile/android/DerivedData
mobile/android/*.hmap
mobile/android/*.ipa
mobile/android/*.xcuserstate
mobile/android/*.xcscmblueprint
mobile/android/.build

View File

@@ -218,6 +218,7 @@ _OPT\.OBJ/
^mobile/android/.*/.kotlin ^mobile/android/.*/.kotlin
^mobile/android/.*/bin ^mobile/android/.*/bin
^mobile/android/.*/generated ^mobile/android/.*/generated
^mobile/android/!taskcluster/ci/build/
# Android local.properties # Android local.properties
^mobile/android/.*/local.properties ^mobile/android/.*/local.properties
@@ -358,3 +359,95 @@ toolkit/themes/shared/design-system/node_modules/
# Ignore generated files resulting from building the minidump analyzer tests. # Ignore generated files resulting from building the minidump analyzer tests.
^toolkit/crashreporter/minidump-analyzer/analyzer-test/target/ ^toolkit/crashreporter/minidump-analyzer/analyzer-test/target/
^mobile/android/fenix/tools/\_expiry_list.csv
^mobile/android/fenix/tools/\_renewal_request.txt
^mobile/android/docs/_site
^mobile/android/docs/.sass-cache
^mobile/android/docs/.jekyll-metadata
^mobile/android/android-components/components/service/pocket/src/test/resources/pocket/apiKey.txt
^mobile/android/android-components/components/service/pocket/src/test/resources/pocket/listenAccessToken.txt
# Built application files
^mobile/android/.*/\.apk
^mobile/android/.*/\.ap_
# Files for the ART/Dalvik VM
^mobile/android/\.dex
# Java class files
^mobile/android/\.class
# Generated files
^mobile/android/gen/
^mobile/android/out/
# Local configuration file (sdk path, etc)
^mobile/android/.lastAutoPublishContentsHash
# Proguard folder generated by Eclipse
^mobile/android/proguard/
^mobile/android/\.log
# Android Studio Navigation editor temp files
^mobile/android/.navigation/
# Android Studio captures folder
^mobile/android/captures/
# Vim swap files
^mobile/android/\.sw[op]
# Keystore files
^mobile/android/\.jks
# jacoco.exec
^mobile/android/jacoco.exec
#Gihub Bot Token
^mobile/android/.github_token
# UI test artifacts
^mobile/android/.firebase_token*
^mobile/android/results/
^mobile/android/test_artifacts/
# Screenshots
^mobile/android/fastlane/
# Secrets files, e.g. tokens
^mobile/android/.adjust_token
^mobile/android/.sentry_token
^mobile/android/.mls_token
^mobile/android/.nimbus
^mobile/android/.wallpaper_url
^mobile/android/.pocket_consumer_key
^mobile/android/fenix/app/src/.*/res/values/fenix_firebase_push_credentials.xml
# Python Byte-compiled / optimized / DLL files
^mobile/android/__pycache__/
^mobile/android/\.py[cod]
^mobile/android/venv/
# Xcode
^mobile/android/\.pbxuser
^mobile/android/!default.pbxuser
^mobile/android/\.mode1v3
^mobile/android/!default.mode1v3
^mobile/android/\.mode2v3
^mobile/android/!default.mode2v3
^mobile/android/\.perspectivev3
^mobile/android/!default.perspectivev3
^mobile/android/xcuserdata
^mobile/android/\.xccheckout
^mobile/android/\.moved-aside
^mobile/android/DerivedData
^mobile/android/\.hmap
^mobile/android/\.ipa
^mobile/android/\.xcuserstate
^mobile/android/\.xcscmblueprint
^mobile/android/.build

View File

@@ -1,103 +0,0 @@
# Built application files
*.apk
*.ap_
# Files for the ART/Dalvik VM
*.dex
# Java class files
*.class
# Generated files
bin/
gen/
out/
# Gradle files
.gradle/
build/
!taskcluster/ci/build/
.build-cache/
# Local configuration file (sdk path, etc)
local.properties
.lastAutoPublishContentsHash
# Proguard folder generated by Eclipse
proguard/
# Log Files
*.log
# Android Studio Navigation editor temp files
.navigation/
# Android Studio captures folder
captures/
# Intellij
*.iml
.idea/
# Vim swap files
*.sw[op]
# Keystore files
*.jks
# OS X
.DS_Store
# jacoco.exec
jacoco.exec
#Gihub Bot Token
.github_token
# UI test artifacts
.firebase_token*
results/
test_artifacts/
/build/test-tools/google-cloud-sdk/
/build/test-tools/*.jar
/build/test-tools/*.gz
# Screenshots
fastlane/
# Secrets files, e.g. tokens
.adjust_token
.sentry_token
.mls_token
.nimbus
.wallpaper_url
.pocket_consumer_key
fenix/app/src/**/res/values/fenix_firebase_push_credentials.xml
# Python Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
venv/
# Web extensions: manifest.json files are generated
manifest.json
# Xcode
*.pbxuser
!default.pbxuser
*.mode1v3
!default.mode1v3
*.mode2v3
!default.mode2v3
*.perspectivev3
!default.perspectivev3
xcuserdata
*.xccheckout
*.moved-aside
DerivedData
*.hmap
*.ipa
*.xcuserstate
*.xcscmblueprint
.build

View File

@@ -1 +0,0 @@
manifest.json

View File

@@ -1 +0,0 @@
manifest.json

View File

@@ -1 +0,0 @@
manifest.json

View File

@@ -1 +0,0 @@
manifest.json

View File

@@ -1,2 +0,0 @@
src/test/resources/pocket/apiKey.txt
src/test/resources/pocket/listenAccessToken.txt

View File

@@ -1,2 +0,0 @@
/build
manifest.json

View File

@@ -1,2 +0,0 @@
/build
manifest.json

View File

@@ -1,3 +0,0 @@
_site
.sass-cache
.jekyll-metadata

View File

@@ -1 +0,0 @@
/build

View File

@@ -1 +0,0 @@
/build

View File

@@ -1 +0,0 @@
/build

View File

@@ -1,2 +0,0 @@
*_expiry_list.csv
*_renewal_request.txt

View File

@@ -1,3 +0,0 @@
/build
src/main/java/org/mozilla/focus/generated/