.gitignore not ignoring .idea path

前端 未结 9 1952
无人及你
无人及你 2021-01-29 18:29

What am I missing that needs to be done in order to get git to ignore my .idea/ path?

ctote@ubuntu:~/dev/1$ git status
On branch master         


        
9条回答
  •  别那么骄傲
    2021-01-29 18:42

    check this if git status still shows .idea even if .idea/* is already added in your .gitignore file

提交回复
热议问题