I can't exclude files from .idea
folder from tracking by git. It is on the same level as .gitignore
file and my .gitignore
contains:
.idea
and even:
idea
Any advice guys?
I can't exclude files from .idea
folder from tracking by git. It is on the same level as .gitignore
file and my .gitignore
contains:
.idea
and even:
idea
Any advice guys?
Append a slash to exclude directories.
.idea/