acefalobi / android-stepper

A library for creating a wizard-like step-through user interface that uses navigation components and menus for displaying steps with advanced customization.
Apache License 2.0
325 stars 38 forks source link

Remove idea directory from the repository #18

Closed mspnr closed 3 years ago

mspnr commented 3 years ago

Here is a friendly suggestion:

I did not get why to include .idea directory to repository. On every workstation I import the project can be a different setup for formatting, java versions etc. So then I have to track (or be distracted by) unnecessary local changes. There are multiple suggestions on the web, which files should be excluded, most contain multiple files. I find that adding just .idea/ to .gitignore if simple enough and keep the repository clean.

Please tell me what is the reason of including .idea to the repository?

acefalobi commented 3 years ago

Ah, that's an oversight on my end. It should have been included in the .gitignore like you suggested