Skip to content

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

Merged
merged 1 commit into from
Nov 10, 2016
Merged

Add IDEA IntelliJ to .gitignore #131

merged 1 commit into from
Nov 10, 2016

Conversation

thibaultmeyer
Copy link
Contributor

This pull request add ".idea" folder into .gitignore file

@thibaultmeyer thibaultmeyer self-assigned this Nov 10, 2016
@thibaultmeyer thibaultmeyer added this to the 1.0.0 milestone Nov 10, 2016
@lunny
Copy link
Member

lunny commented Nov 10, 2016

LGTM

@metalmatze
Copy link
Contributor

I have this in my global .gitignore in my home directory, because it's my choice that I use that editor, but nevertheless having this in ours as well won't do bad.

LGTM

@metalmatze metalmatze merged commit 24d7bae into go-gitea:master Nov 10, 2016
@tboerger
Copy link
Member

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 -.-

@lunny
Copy link
Member

lunny commented Nov 10, 2016

In fact, I dont' like global config.

@tboerger
Copy link
Member

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 :(

@tboerger
Copy link
Member

echo ".DS_Store" >| ~/.gitignore
echo ".idea" >> ~/.gitignore

echo "[core]" >> ~/.gitconfig
echo "  excludesfile = ~/.gitignore" >> ~/.gitconfig

And nobody cares about the editor configs anymore.

@tboerger tboerger added the type/enhancement An improvement of existing functionality label Nov 12, 2016
@thibaultmeyer thibaultmeyer deleted the feature/gitignore branch November 12, 2016 10:58
@stevenroose
Copy link

IDE-specific files should be in a user's own global .gitignore, not in the project-specific ones.

@lunny
Copy link
Member

lunny commented Nov 12, 2016

So where should it be?

@stevenroose
Copy link

@stevenroose
Copy link

That way, it will ignore IDEA files for all Git repo's you have.

@tboerger tboerger added the lgtm/done This PR has enough approvals to get merged. There are no important open reservations anymore. label Nov 29, 2016
lunny pushed a commit to lunny/gitea that referenced this pull request Feb 7, 2019
@go-gitea go-gitea locked and limited conversation to collaborators Nov 23, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
lgtm/done This PR has enough approvals to get merged. There are no important open reservations anymore. type/enhancement An improvement of existing functionality
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants