JetBrains / idea-gitignore

.ignore support plugin for IntelliJ IDEA
Apache License 2.0
1.29k stars 176 forks source link

Stop "you are editing a file that is ignored" banner from displaying if file is not editable. #866

Closed ByThePowerOfScience closed 7 months ago

ByThePowerOfScience commented 1 year ago

Fixes #738, by checking if the file can be edited before displaying the banner telling them they're editing it.

hsz commented 7 months ago

Thanks!