DevStoriesAfrica / DevStories-app

A community app built using Kotlin, MVVM and Jetpack Libraries.
https://devstoriesafrica.com/
MIT License
29 stars 19 forks source link

Add .idea to gitignore #35

Closed ronnieotieno closed 2 years ago

ronnieotieno commented 2 years ago

.idea makes the project settings override local settings

To build the project after merge you will need to set the JDK location, this will be prompted on the console after failed build, click to set.

Idea is that we need to have individual idea settings and not override each other's settings.

Signed-off-by: Ronnie Otieno ronnieotieno2@gmail.com

kibettheophilus commented 2 years ago

Thanks for adding this.