-
-
Notifications
You must be signed in to change notification settings - Fork 5.9k
Add IDEA IntelliJ to .gitignore #131
New issue
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
Conversation
LGTM |
I have this in my global LGTM |
Just WHY??? This is nothing that should be handled by projects, we would end up with so many useless ignores. That is something everybody got to have in his personal global gitignore. I'm not amused about such a crap -.- |
In fact, I dont' like global config. |
But than you have to add so much editor/user specific stuff. Just add a simple gitignore to your local gitconfig which ignores files/folders specific to YOUR editor and don't put this general stuff in there :( |
And nobody cares about the editor configs anymore. |
IDE-specific files should be in a user's own global |
So where should it be? |
That way, it will ignore IDEA files for all Git repo's you have. |
This pull request add ".idea" folder into .gitignore file