Add .idea to .gitignore

Bug #1253467 reported by Maxime Vidori
10
This bug affects 2 people
Affects Status Importance Assigned to Milestone
OpenStack Dashboard (Horizon)
Invalid
Undecided
Unassigned

Bug Description

Openstack grants developers a free PyCharm licence, this IDE use a folder .idea to track project folder. Adding .idea to .gitignore will avoid mistakes and to take care of this.

Changed in horizon:
assignee: nobody → Maxime Vidori (maxime-vidori)
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to horizon (master)

Fix proposed to branch: master
Review: https://review.openstack.org/57552

Changed in horizon:
status: New → In Progress
Revision history for this message
Facundo Farias (facundo-farias) wrote :

Any news on this? It will be very helpful :)

Revision history for this message
Bartosz Fic (bartosz-fic) wrote :

Entries in the gitignore file must not be linked to a specific IDE

Revision history for this message
Bartosz Fic (bartosz-fic) wrote :

I recommend using global .gitignore file for all projects

Very useful if you need, for example, to ignore the .idea directory in all your projects and not add it to each project’s .gitignore explicitly. To do so execute the following:

git config --global core.excludesfile "~/.gitignore"
echo ".idea" > ~/.gitignore

Hope it helps

Revision history for this message
Timur Sufiev (tsufiev-x) wrote :

Marking as invalid as ignoring specific IDEs indeed shouldn't be in horizon repo.

Changed in horizon:
status: In Progress → Invalid
assignee: Maxime Vidori (maxime-vidori) → nobody
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.