rizmaulana / kotlin-mvvm-covid19

This repository contains simple COVID19 data monitoring with android stack MVVM, Live Data, Koin, RxJava, RxBinding, Offline first with simple caching, etc
Apache License 2.0
435 stars 111 forks source link

Improve gitignore #29

Closed pandubaraja closed 4 years ago

pandubaraja commented 4 years ago

Removing and ignoring .idea folder in repo

Ref: https://github.com/github/gitignore/blob/master/Android.gitignore https://stackoverflow.com/questions/32384473/gitignore-not-ignoring-idea-path

pandubaraja commented 4 years ago

Thank you 🎉