Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

.gitignore .idea

AGC Partners September 26, 2014

Hi,

I have ignored the entire .idea folder, but there are still some files that are not being ignored at all.
Even the ignore option in the context menu is disabled for that files.
One of those is ./idea/libraries/compass_library.xml

Is there any way to ignore them?

Many thanks,

Unai 

2 answers

1 accepted

3 votes
Answer accepted
Seth
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
September 26, 2014

Something to check: .gitignore has no effect on files that are already tracked (have been committed before). You will have to Stop Tracking those files. Stop Tracking will leave the files in your working copy, but delete them from your repository.

AGC Partners September 28, 2014

I've stopped tracking them, and it worked fine.

Many thanks!

0 votes
Balázs Szakmáry
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
September 28, 2014

Your .gitignore might be incorrect, you need

.idea/

(with the "/" at the end) to ignore the whole folder (, but Seth probably has the right answer here).

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events