Question to LocalFileSystem ignored files
General IDE settings allow specifying file or directory name patterns to be ignored ("Ignore files and folders:").
How do i check if a VirtualFile is being ignored?
NOTE: this has nothing to do with the Ignored list in the "Changes" Tool Window
Appreciate any help.
请先登录再写评论。
Hello Dan,
FileTypeManager.getInstance().isFileIgnored()
--
Dmitry Jemerov
Development Lead
JetBrains, Inc.
http://www.jetbrains.com/
"Develop with Pleasure!"
Great! Thanks!