Solvedidea gitignore All files are marked as ignored
✔️Accepted Answer
Other Answers:
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).
Yes I see there are no rules to ignore all files. This is my work project so I can't share it.
This .gitignore file wasn't changed for a while, but today I updated plugin and problem happend. Restarted phpstorm 2 times and had to disable plugin becuase of this issue.
I just disabled this plugin, It ignores all of my files and folders in my project
Glad to know I'm not alone :)
I just disabled this plugin, It ignores all of my files and folders in my project
Just updated to version 3.1.1.191 and all my files are now marked as ignored.
Here is my .gitignore file:
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