Include .idea configuration files for Webstorm#66
Conversation
|
IDE configuration files should not be checked into projects, but rather get generated on client-side. If there is something which needs to be configured in Webstorm manually after checkout, chances are that there is a gulp way of providing this configuration, which then would be IDE agnostic. |
|
Learned something thanks to #28 . But I remain critical. I think projects should not contain configuration for specific IDEs. In my opinion:
At least for backend projects I never have to configure anything in Intellij. Everything is derived from Maven, SBT or Gradle. |
While I think they should not be included in this estatico repository, It's useful and not uncommon to have them in the projects.
Yes, but for example Maven has settings for modules and so on. We don't have a possibility to define a project structure across different IDEs - there is no standard yet ( |
|
@swey thank you for the clarification |
I could agree on the idea of having the project clean of IDE specific files. How do you then handle those files? We removed them from |
|
@orioltf, as a rather ugly workaround you could add another |
|
@orioltf, should we add them back to the |
No description provided.