Skip to content
This repository has been archived by the owner on Feb 25, 2022. It is now read-only.

Commit

Permalink
add feature graphic
Browse files Browse the repository at this point in the history
  • Loading branch information
luelista committed Feb 15, 2019
1 parent 5acf3bf commit 489c39a
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 54 deletions.
56 changes: 18 additions & 38 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,19 +1,23 @@
# Built application files
# built application files
*.apk
*.ap_

# Files for the ART/Dalvik VM
# files for the dex VM
*.dex

# Java class files
*.class

# Generated files
# built native files (uncomment if you build your own)
# *.o
# *.so

# generated files
bin/
gen/
out/
app/release/

# Gradle files
# Ignore gradle files
.gradle/
build/

Expand All @@ -23,42 +27,18 @@ local.properties
# Proguard folder generated by Eclipse
proguard/

# Log Files
*.log
# Eclipse Metadata
.metadata/

# Android Studio Navigation editor temp files
.navigation/
# Mac OS X clutter
*.DS_Store

# Android Studio captures folder
captures/
# Windows clutter
Thumbs.db

# IntelliJ
# Intellij IDEA (see https://intellij-support.jetbrains.com/entries/23393067)
.idea/workspace.xml
.idea/tasks.xml
.idea/gradle.xml
.idea/assetWizardSettings.xml
.idea/dictionaries
.idea/libraries
.idea/caches

# Keystore files
# Uncomment the following line if you do not want to check your keystore files in.
#*.jks

# External native build folder generated in Android Studio 2.2 and later
.externalNativeBuild

# Google Services (e.g. APIs or Firebase)
google-services.json

# Freeline
freeline.py
freeline/
freeline_project_description.json
.idea/datasources.xml
.idea/dataSources.ids

# fastlane
fastlane/report.xml
fastlane/Preview.html
fastlane/screenshots
fastlane/test_output
fastlane/readme.md
17 changes: 2 additions & 15 deletions .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added doc/FeatureGraphic.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 489c39a

Please sign in to comment.