question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Incorrect "You are editing file which is ignored" for non vcs ignore files

See original GitHub issue

My 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:closed
  • Created 6 years ago
  • Reactions:11
  • Comments:11 (5 by maintainers)

github_iconTop GitHub Comments

2reactions
tfloricommented, Jun 1, 2017

@hsz I just checked it once more. npm ignoring is disabled. files are greyed out anyway. bildschirmfoto von 2017-06-01 06-36-54 bildschirmfoto von 2017-06-01 06-49-39

1reaction
hszcommented, Jun 1, 2017

@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

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found