We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
.gitignore removes .idea from git, but .idea has been designed to be versioned and shared in .git Only a few files inside .idea/ must not be versioned as explained in: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839-How-to-manage-projects-under-Version-Control-Systems
NOTE: idea itself add an .idea/.gitignore file, so it is quite safe to just remove .idea from .gitignore.
Sharing .idea folder is a "best pattern".
Any new project inherits the .gitignore with the extra ".idea" line.
Remove .idea from .gitignore.
tested in latest version.
N/A
Browser/OS independent.
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
Me too, but I was not aware it contains stuff to be shared and I never tried it on any of my teams.
No branches or pull requests
Overview of the issue
.gitignore removes .idea from git, but .idea has been designed to be versioned and shared in .git
Only a few files inside .idea/ must not be versioned as explained in:
https://intellij-support.jetbrains.com/hc/en-us/articles/206544839-How-to-manage-projects-under-Version-Control-Systems
NOTE: idea itself add an .idea/.gitignore file, so it is quite safe to just remove .idea from .gitignore.
Motivation for or Use Case
Sharing .idea folder is a "best pattern".
Reproduce the error
Any new project inherits the .gitignore with the extra ".idea" line.
Suggest a Fix
Remove .idea from .gitignore.
JHipster Version(s)
tested in latest version.
JHipster configuration
N/A
Browsers and Operating System
Browser/OS independent.
The text was updated successfully, but these errors were encountered: