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:
95
.gitignore
vendored
95
.gitignore
vendored
@@ -9,7 +9,7 @@
|
||||
*.pyo
|
||||
TAGS
|
||||
tags
|
||||
.DS_Store
|
||||
*.DS_Store
|
||||
*.pdb
|
||||
.eslintcache
|
||||
*.gcda
|
||||
@@ -218,6 +218,7 @@ mobile/android/**/build
|
||||
mobile/android/**/.kotlin
|
||||
mobile/android/**/bin
|
||||
mobile/android/**/generated
|
||||
mobile/android/!taskcluster/ci/build/
|
||||
|
||||
# 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.
|
||||
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
|
||||
|
||||
93
.hgignore
93
.hgignore
@@ -218,6 +218,7 @@ _OPT\.OBJ/
|
||||
^mobile/android/.*/.kotlin
|
||||
^mobile/android/.*/bin
|
||||
^mobile/android/.*/generated
|
||||
^mobile/android/!taskcluster/ci/build/
|
||||
|
||||
# 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.
|
||||
^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
|
||||
|
||||
103
mobile/android/.gitignore
vendored
103
mobile/android/.gitignore
vendored
@@ -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
|
||||
|
||||
@@ -1 +0,0 @@
|
||||
manifest.json
|
||||
@@ -1 +0,0 @@
|
||||
manifest.json
|
||||
@@ -1 +0,0 @@
|
||||
manifest.json
|
||||
@@ -1 +0,0 @@
|
||||
manifest.json
|
||||
@@ -1 +0,0 @@
|
||||
/build
|
||||
@@ -1 +0,0 @@
|
||||
/build
|
||||
@@ -1,2 +0,0 @@
|
||||
src/test/resources/pocket/apiKey.txt
|
||||
src/test/resources/pocket/listenAccessToken.txt
|
||||
@@ -1 +0,0 @@
|
||||
/build
|
||||
@@ -1,2 +0,0 @@
|
||||
/build
|
||||
manifest.json
|
||||
@@ -1,2 +0,0 @@
|
||||
/build
|
||||
manifest.json
|
||||
@@ -1 +0,0 @@
|
||||
/build
|
||||
3
mobile/android/docs/.gitignore
vendored
3
mobile/android/docs/.gitignore
vendored
@@ -1,3 +0,0 @@
|
||||
_site
|
||||
.sass-cache
|
||||
.jekyll-metadata
|
||||
1
mobile/android/fenix/app/.gitignore
vendored
1
mobile/android/fenix/app/.gitignore
vendored
@@ -1 +0,0 @@
|
||||
/build
|
||||
@@ -1 +0,0 @@
|
||||
/build
|
||||
@@ -1 +0,0 @@
|
||||
/build
|
||||
2
mobile/android/fenix/tools/.gitignore
vendored
2
mobile/android/fenix/tools/.gitignore
vendored
@@ -1,2 +0,0 @@
|
||||
*_expiry_list.csv
|
||||
*_renewal_request.txt
|
||||
3
mobile/android/focus-android/app/.gitignore
vendored
3
mobile/android/focus-android/app/.gitignore
vendored
@@ -1,3 +0,0 @@
|
||||
/build
|
||||
|
||||
src/main/java/org/mozilla/focus/generated/
|
||||
Reference in New Issue
Block a user