waseefakhtar / dose-android

💊⏰ Dose is a medication reminder app for Android, built entirely using Kotlin and Jetpack Compose with MVVM + Clean Architecture
https://play.google.com/store/apps/details?id=com.waseefakhtar.doseapp
MIT License
509 stars 80 forks source link

Delete .idea directory #129

Closed Angelk90 closed 8 months ago

waseefakhtar commented 8 months ago

Why do we want to remove this directory? :)

Angelk90 commented 8 months ago

@waseefakhtar : it is a folder that is created by IntelliJ IDE, therefore it is a folder that is created by your PC. It has no use.

waseefakhtar commented 8 months ago

@waseefakhtar : it is a folder that is created by IntelliJ IDE, therefore it is a folder that is created by your PC. It has no use.

But it includes .gitignore and code style configurations which allows sharing essential configurations for everyone.

Angelk90 commented 8 months ago

@waseefakhtar : If you read them there is no special configuration, then do as you do.

waseefakhtar commented 8 months ago

@waseefakhtar : If you read them there is no special configuration, then do as you do.

Thanks but this is not needed and it's best we keep them for future.