Why are some files are not ignored?
Some times even if I added a directory to the .gitignore file, in "local changes" view, it still displays it and are not ignored. For example, I added 'dialog.egg-info' as a directory name into it, files under it still are not completely ignored.
Why is that?
请先登录再写评论。
Are the files also not ignored when you check git status from the terminal?