Я составил .gitignore файл положил его в корень проекта в файле есть указание на то что нужно игнорировать файлы типа .idea/workspace.xml
#Intellij*.iml
.idea/workspace.xml
.idea/libraries
Но все равно когда пишу git status получаю
Changes not staged for commit:
(use "git add <file>..." to update what will be committed)
(use "git checkout -- <file>..." to discard changes in working directory)
modified: .idea/workspace.xml
Что делаю не так?
/.idea/workspace.xml? – lexxl Jul 06 '16 at 14:22