You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Stack trace (if provided) contains mobi.hsz.idea.gitignore package name
Description
False positive...
Steps to Reproduce
Add to directory any archive, say 7z-file.
Add .gitignore file like:
*/
*.7z
Open .gitignore in Pycharm.
Expected behavior:
No errors.
Actual behavior:
line with .7z in the .gitignore file will be highlighted with message '.7z' is covered by '*/'. 7z-file will be shown in the project pane as ignored. If remove this line from .gitignore, 7z-file in the project view will be untracked. So the problem is with the visualization of .gitignore file only.
Reproduces how often:
100%
Versions
Plugin:
v3.0.0.182
IDE:
Pycharm 2018.3 EAP 7
OS:
Windows 7.1 64 bit
Additional Information
The text was updated successfully, but these errors were encountered:
Prerequisites
mobi.hsz.idea.gitignore
package nameDescription
False positive...
Steps to Reproduce
Expected behavior:
No errors.
Actual behavior:
line with .7z in the .gitignore file will be highlighted with message '.7z' is covered by '*/'. 7z-file will be shown in the project pane as ignored. If remove this line from .gitignore, 7z-file in the project view will be untracked. So the problem is with the visualization of .gitignore file only.
Reproduces how often:
100%
Versions
Plugin:
IDE:
OS:
Additional Information
The text was updated successfully, but these errors were encountered: