gitignore/Android.gitignore

90 lines
1.5 KiB
Plaintext
Raw Normal View History

2014-01-17 00:29:58 +01:00
# Built application files
2010-11-08 22:26:12 +01:00
*.apk
*.aar
2010-11-08 22:26:12 +01:00
*.ap_
*.aab
2010-11-08 22:26:12 +01:00
# Files for the ART/Dalvik VM
2010-11-08 22:26:12 +01:00
*.dex
# Java class files
*.class
2014-01-17 00:29:58 +01:00
# Generated files
bin/
gen/
out/
# Uncomment the following line in case you need and you don't have the release build type files in your app
# release/
2014-01-17 00:29:58 +01:00
# Gradle files
.gradle/
build/
# Local configuration file (sdk path, etc)
local.properties
# Proguard folder generated by Eclipse
proguard/
2014-04-19 14:40:57 +02:00
# Log Files
*.log
# Android Studio Navigation editor temp files
.navigation/
# Android Studio captures folder
captures/
2017-11-08 02:16:31 +01:00
# IntelliJ
*.iml
.idea/workspace.xml
.idea/tasks.xml
.idea/gradle.xml
.idea/assetWizardSettings.xml
2017-02-17 11:25:02 +01:00
.idea/dictionaries
2016-07-01 00:02:04 +02:00
.idea/libraries
.idea/jarRepositories.xml
# Android Studio 3 in .gitignore file.
.idea/caches
.idea/modules.xml
# Comment next line if keeping position of elements in Navigation Editor is relevant for you
.idea/navEditor.xml
2016-03-16 10:17:51 +01:00
# Keystore files
# Uncomment the following lines if you do not want to check your keystore files in.
#*.jks
#*.keystore
# External native build folder generated in Android Studio 2.2 and later
.externalNativeBuild
.cxx/
2017-01-13 10:45:58 +01:00
# Google Services (e.g. APIs or Firebase)
# google-services.json
2017-01-17 06:45:59 +01:00
2017-02-09 19:07:51 +01:00
# Freeline
2017-01-17 06:45:59 +01:00
freeline.py
freeline/
freeline_project_description.json
# fastlane
fastlane/report.xml
fastlane/Preview.html
fastlane/screenshots
fastlane/test_output
fastlane/readme.md
# Version control
vcs.xml
2019-01-08 07:53:04 +01:00
# lint
lint/intermediates/
lint/generated/
lint/outputs/
lint/tmp/
# lint/reports/
2020-07-04 18:35:59 +02:00
# Android Profiling
*.hprof