mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-11 18:29:05 +01:00
This is great for automatically uploading (localized) screenshots and app metadata to Google Play. You can even upload the signed APK releases as well. For now, this is only useful for running the screenshot Espresso tests and grabbing the screenshots from the device.
34 lines
586 B
Plaintext
34 lines
586 B
Plaintext
.metadata
|
|
*.tmp
|
|
*.swp
|
|
|
|
# Windows thumbnail db
|
|
Thumbs.db
|
|
|
|
# OSX files
|
|
.DS_Store
|
|
|
|
# Eclipse project files
|
|
.classpath
|
|
.project
|
|
.settings
|
|
|
|
# Local configuration file (sdk path, etc)
|
|
local.properties
|
|
|
|
# Android Studio
|
|
.idea/*
|
|
!.idea/runConfigurations/
|
|
!.idea/codeStyleSettings.xml
|
|
!.idea/codeStyles
|
|
.gradle
|
|
build/
|
|
captures
|
|
*.iml
|
|
projectFilesBackup/
|
|
|
|
# Fastlane Non-Google Play Screenshots
|
|
briar-android/fastlane/metadata/android/screenshots.html
|
|
briar-android/fastlane/metadata/android/*/images/phoneScreenshots/manual_*.png
|
|
briar-android/fastlane/report.xml
|
|
briar-android/fastlane/README.md |