mobi.hsz.idea.gitignore package nameWith previous version, the excluded items defined in my profile ~/.gitignore_global when grayed in the Project view.
It's no more the case with this new version (2.1.1)
Add to .gitignore file contextual option to add this file in the .gitignore fileOuter ignore rules, edit your profile ~/.gitignore_globalExpected behavior:
I expect the file to be grayed in the Project treeview, be it in the .gitignore file or in my ~/.gitignore_global file
Actual behavior: _What actually happens_
In the Project treeview, the file was grayed when the line was in the .gitignore file
Then cutting this line and putting the profile ~/.gitignore_global file make the file appear as an "not-ignore" file in the Project treeview
Reproduces how often:
Systematically
Plugin:
2.1.1
IDE:
PyCharm Community Edition 2017.2.1
OS:
macOS Sierra 10.12.6
None
Thx for your support ;)
Similar problem with PhpStorm:
Plugin:
2.1.1
IDE:
PhpStorm 2017.2.1
OS:
macOS Sierra 10.12.6
When opening a project the project view does not show ignored files from my toplevel .gitignore. Editing and saving the .gitignore file makes the ignored files show in gray again.
I had this issue after updating, but after disabling and enabling the plugin again it worked fine for me.
Looks like it is something with the update.
Ignore Plugin Version: 2.1.1
IntelliJ IDEA 2017.2.3
Build #IU-172.3968.16, built on August 21, 2017
JRE: 1.8.0_152-release-915-b11 x86_64
Mac OS X 10.12.6
OK, thx for this info..
Unfortunately this workaround does not work for me (although I disabled the plugin / restarted PyCharm / enabled plugin / restarted PyCharm) :(
Thanks for the report!
Indeed there was a problem because .gitignore_global filename doesn't math .gitignore which is assigned to the IgnoreFileType. I've fixed it - filename specified as a global gitignore file will be assigned to the proper filetype since now.
Fix is available in v2.2.0-RC2 in EAP channel.
Thx for the fix !
Regards
I've noticed this bug is back in version 2.2.1 when using Pycharm 2017.2.3
Yep agreed : same for me :(
Bug is still back in version 2.2.2 :confused:
PyCharm 2017.2.3 Build #PY-172.3968.37, built on September 1, 2017
JRE: 1.8.0_152-release-915-b11 amd64
JVM: OpenJDK 64-Bit Server VM by JetBrains s.r.o
Linux 4.13.5-200.fc26.x86_64
Indeed there was a problem with caching those files - it's fixed and will be released with v2.3.0
For some reason it still doesn't seem to be working with version 2.3.2:
