mirror of
https://github.com/ProtonMail/android-mail.git
synced 2026-05-15 09:50:40 +00:00
d028d326a6
MAILANDR-5
54 lines
618 B
Plaintext
54 lines
618 B
Plaintext
# Mac OS
|
|
.DS_Store
|
|
|
|
# Built application files
|
|
*.apk
|
|
*.ap_
|
|
|
|
# Files for the Dalvik VM
|
|
*.dex
|
|
|
|
# Java class files
|
|
*.class
|
|
|
|
# Generated files
|
|
bin/
|
|
gen/
|
|
releases/
|
|
docs/
|
|
config/detekt/reports/
|
|
/new_releases.tmp
|
|
|
|
# Gradle files
|
|
.gradle/
|
|
build/
|
|
gradlew
|
|
gradlew.bat
|
|
|
|
# Local configuration file (sdk path, etc)
|
|
local.properties
|
|
|
|
# Log Files
|
|
*.log
|
|
|
|
# Idea
|
|
/.idea/**
|
|
# Do not exclude project Dictionary
|
|
!.idea/**/dictionaries/project.xml
|
|
|
|
# Remote Detek config
|
|
config/detekt
|
|
|
|
# Fastlane
|
|
fastlane/README.md
|
|
fastlane/report.xml
|
|
|
|
# Keystore
|
|
keystore/*
|
|
|
|
# Private properties
|
|
private.properties
|
|
|
|
# Test users credentials
|
|
**/users.json
|