Exclude folders from indexing in Intellij maven project using wildcard -


is possible exclude folders indexing using wildcard? in project impossible mark /target folders excluded. there of them. leads freezes during project rebuild.

edit (thanks @arham)

progress tracked issues:

https://youtrack.jetbrains.com/issue/idea-127753

https://youtrack.jetbrains.com/issue/idea-150784

for simpler things, ignoring target folders in project can use:

settings|editor|filetypes|ignore files , folders

i found way exclude files of extensions.

i have configured project on windows in sync linux box.

i use sftp tool provided intellijidea sync files , folders .

to configure sftp deployment goto tools-> deployment -> configuration

to exclude files goto tools- > deployment -> options -> exclude items name

this helps me in excluding files getting synced linux box windows.

i guess if structure not same mine, create dummy deployment configuration existing project , should work.


Comments

Popular posts from this blog

c# - Binding a comma separated list to a List<int> in asp.net web api -

Delphi 7 and decode UTF-8 base64 -

html - Is there any way to exclude a single element from the style? (Bootstrap) -