Doesn't displayed Ignored Files option in settings Follow Nikita Created August 06, 2019 07:30 Webstorm 2019.2Build #WS-192.5728.87Runtime version: 11.0.3+12-b304.10 amd64
Internal Ignore list is deprecated in favor of native. The .gitingore (hgignore, svn:ignore) is used instead of the old Ignore settings
https://blog.jetbrains.com/idea/2019/07/support-for-vcs-ignores-in-intellij-idea-and-intellij-based-ides/
I tried to add the “.idea” folder to ignore it without using the .gitignore project file, but instead I created a .gitignore file in .idea and ignored all the internal .idea files. It works for me