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.

All files are marked as ignored

See original GitHub issue

Just updated to version 3.1.1.191 and all my files are now marked as ignored. Here is my .gitignore file:

vendor
public_html/.maintenance
.idea
protected/data/script_map.json

config/docker/logs/
config/docker/etc/php.d/local-xxx.ini
config/docker/local/.bash_history
.sass-cache
/cache.properties
/build/logs/
/build/coverage/
scripts/deploy/
.php_cs.cache
public_html/sitemaps/*

/tests/Codeception/_output/
/tests/Codeception/_support/_generated/

config/php/settings.php
build

public_html/bower/
/phpunit.xml
node_modules/
/public_html/build/

PhpStorm 2019.1.2 Build #PS-191.7141.52, built on May 8, 2019 JRE: 1.8.0_202-release-1483-b49 amd64 JVM: OpenJDK 64-Bit Server VM by JetBrains s.r.o Windows 10 10.0

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Reactions:61
  • Comments:50 (13 by maintainers)

github_iconTop GitHub Comments

127reactions
hszcommented, May 14, 2019

All right, fix has been released with v3.1.2. Now it has to be accepted by the Jetbrains team.

image

27reactions
hszcommented, May 14, 2019

All right - fix is ready for the deployment. It turned out, that I was checking if the tested file is inside module (so it’s not an outer file like /tmp/foo.txt) using module.getModuleContentScope().contains(file) and for some files, SDK returned false, but for their parents/grandparents - true. In my opinion, it shouldn’t work this way, but I’ve switched the test method to comparing the file’s path and everything is displayed correctly.

I’ll release v3.1.2 soon after testing for the previous IDE platforms (2018.x/2017.x).

Read more comments on GitHub >

github_iconTop Results From Across the Web

Why does Visual Studio mark my added .cs files as ...
They are (most likely) being ignored by .gitignore file. If you can't see anything obvious (check substrings of the file name as well...
Read more >
How can I ignore a file that has already been committed to ...
Make sure your .gitignore file is up-to-date and contains all the correct patterns you want to ignore. Commit or stash any outstanding local...
Read more >
gitignore file - ignoring files in Git
Git ignore patterns are used to exclude certain files in your working directory from your Git history. They can be local, global, or...
Read more >
.gitignore File – How to Ignore Files and Folders in Git
All ignored files get stored in a .gitignore file. ... with an exclamation mark, ! , to negate a file that would otherwise...
Read more >
2.2 Git Basics - Recording Changes to the Repository
The second line tells Git to ignore all files whose names end with a tilde ( ~ ), which is used by many...
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