'Ignore files and folder' syntax
已回答
Hello,
In the General section of the IDEA Settings panel there is an entry field to specify the files/directories IDEA should ignore. I want to remove emacs temp files (ending with , e.g. foo.java).
What's the syntax? I tried .*~ .~ .~ but nothing works.
Thank you,
Paul
请先登录再写评论。
I have a related desire to exclude emacs files of the form #foo.java, in addition to foo.java~
The #*.java pattern in Settings(Preferences) | Editor | File Types should work.