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

swift - Button on Table View Cell connected to local function -

dns - Dokku server hosts two sites with TLD's, both domains are landing on only one app -

c# - ajax - How to receive data both html and json from server? -