Git icon not used for .gitignore anymore
See original GitHub issueSomehow it only affects .gitignore
, but not other Git files:
Pretty sure this worked at some point, not sure when it stopped working exactly. I’m on vscode-icons 7.1.2 (latest).
Issue Analytics
- State:
- Created 7 years ago
- Comments:6 (6 by maintainers)
Top Results From Across the Web
Git ignoring icon files because of Icon? rule - Stack Overflow
Turns out this problem is caused by a Git bug where the Icon? gitignore rule also matches directories such as icons/ . The...
Read more >My .gitignore file is ignored by git and it does not work
When you remove something from .gitignore file and the file does not appear to be tracked, you can add it manually as follows:...
Read more >git not respecting .gitignore ? : r/git - Reddit
Hi. I have the following configuration in .gitignore at the project root (Django) .gitignore file ## Disable status tracking of non-repo files #…...
Read more >Files added to .gitignore are still shown in commit changes
I'm starting to think that if I want to use gui for vcs operations, then I need to declare the ignores in Settings\Version...
Read more >Ignoring in Git: How To Use .gitignore Files - BMC Software
But you might not want to commit every single one of your files—there are files that never need to get committed. This is...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@Gama11 see this for more info. Thanks @JimiC for noticing it!
Thanks! It does indeed work correctly in the latest Insider’s build. 😃