zircles-android/.gitignore

70 lines
929 B
Plaintext
Raw Normal View History

2019-11-24 13:40:00 -08:00
# Built application files
*.apk
*.ap_
2019-11-26 12:29:16 -08:00
# Built libraries
#*.aar
# *.so
2019-11-24 13:40:00 -08:00
# Files for the ART/Dalvik VM
*.dex
# Java class files
*.class
# Generated files
bin/
gen/
out/
2019-11-26 12:29:16 -08:00
target/
2019-11-24 13:40:00 -08:00
# Gradle files
.gradle/
build/
# Local configuration file (sdk path, etc)
local.properties
2019-11-26 12:29:16 -08:00
.DS_Store
2019-11-24 13:40:00 -08:00
# Proguard folder generated by Eclipse
proguard/
# Log Files
*.log
# Android Studio Navigation editor temp files
.navigation/
# Android Studio captures folder
captures/
# IntelliJ
*.iml
2019-11-26 12:29:16 -08:00
.idea
2019-11-24 13:40:00 -08:00
# Keystore files
2019-11-26 12:29:16 -08:00
*.jks
2019-11-24 13:40:00 -08:00
# External native build folder generated in Android Studio 2.2 and later
.externalNativeBuild
# Google Services (e.g. APIs or Firebase)
# allow our dummy file to live in the repo to make building easier
#google-services.json
2019-11-24 13:40:00 -08:00
# Freeline
freeline.py
freeline/
freeline_project_description.json
# fastlane
fastlane/report.xml
fastlane/Preview.html
fastlane/screenshots
fastlane/test_output
fastlane/readme.md
2019-11-26 12:29:16 -08:00
# rust
.cargo/