misp-bump/.gitignore

85 lines
1.4 KiB
Plaintext
Raw Normal View History

2019-05-27 16:19:37 +02:00
# Source: https://github.com/github/gitignore/blob/master/Android.gitignore
# Built application files
*.apk
*.ap_
2019-05-27 16:19:37 +02:00
*.aab
2018-06-10 16:23:33 +02:00
# Files for the ART/Dalvik VM
*.dex
# Java class files
*.class
2018-06-10 16:23:33 +02:00
# Generated files
bin/
gen/
out/
2019-05-27 16:19:37 +02:00
release/
# Gradle files
.gradle/
build/
# Local configuration file (sdk path, etc)
local.properties
# Proguard folder generated by Eclipse
proguard/
# Log Files
*.log
# Android Studio Navigation editor temp files
.navigation/
# Android Studio captures folder
captures/
2018-06-10 16:23:33 +02:00
# IntelliJ
*.iml
.idea/workspace.xml
.idea/tasks.xml
.idea/gradle.xml
.idea/assetWizardSettings.xml
.idea/dictionaries
.idea/libraries
2019-05-27 16:19:37 +02:00
# Android Studio 3 in .gitignore file.
.idea/caches
2019-05-27 16:19:37 +02:00
.idea/modules.xml
# Comment next line if keeping position of elements in Navigation Editor is relevant for you
.idea/navEditor.xml
2018-06-10 16:23:33 +02:00
# Keystore files
2019-05-27 16:19:37 +02:00
# Uncomment the following lines if you do not want to check your keystore files in.
#*.jks
2019-05-27 16:19:37 +02:00
#*.keystore
2018-06-10 16:23:33 +02:00
# External native build folder generated in Android Studio 2.2 and later
.externalNativeBuild
2018-06-10 16:23:33 +02:00
# Google Services (e.g. APIs or Firebase)
2019-05-27 16:19:37 +02:00
# google-services.json
2018-06-10 16:23:33 +02:00
# Freeline
freeline.py
freeline/
freeline_project_description.json
2018-06-10 16:23:33 +02:00
# fastlane
fastlane/report.xml
fastlane/Preview.html
fastlane/screenshots
fastlane/test_output
fastlane/readme.md
2018-08-19 14:08:01 +02:00
2019-05-27 16:19:37 +02:00
# Version control
vcs.xml
# lint
lint/intermediates/
lint/generated/
lint/outputs/
lint/tmp/
# lint/reports/