Incorrect "You are editing file which is ignored" for non vcs ignore files
See original GitHub issueMy project has both .gitignore
and .dockerignore
files.
The .dockerignore
file lists quite a lot of files that are just not needed for docker, but are still part of the project, tracked in git, etc.
It seems that only the gitignore
(or related svn/etc) files should trigger the “You are editing file which is ignored” flag, everything else, eg dockerignore
, npmignore
shouldn’t cause this.
Issue Analytics
- State:
- Created 6 years ago
- Reactions:11
- Comments:11 (5 by maintainers)
Top Results From Across the Web
Support for VCS Ignores in IntelliJ IDEA and IntelliJ-based IDEs
Now the process of handling the VCS (Git, Mercurial, Subversion) ignored files is straightforward – simply add a file to the ignored file...
Read more >How can I show ignored files in visual studio code?
yes it is possible: go to Preferences > Settings, and edit the User Settings file to comment out excluded files in the "files.exclude"...
Read more >Ignoring Files with Git - Automation Panda
Simply create a file named .gitignore in the repository's root directory. Then, add names and patterns for any files and directories that should ......
Read more >How can I ignore a file that has already been committed to a ...
However, of course, not everything goes perfect... and files slip through that you later would like to see ignored. The Git Cheat Sheet....
Read more >The .gitignore File - Complete Guide with Examples
Ignoring the files means telling Git not to track changes to them. That also means you will not be able to roll back...
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
@hsz I just checked it once more. npm ignoring is disabled. files are greyed out anyway.
@tflori @jhwegener Can you guys please verify it this issue is resolved with following build?
Keep in mind that it is still WIP version so something else may be broken. 😉
idea-gitignore-2.0-0106217.zip