Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

In intellij idea 12, is there any settings can filter out files that I don't want to list in project view?

Some files or directories like *.iml, .idea, .settings, .gitignore, etc.

Is there any settings can filter out these files.

Thanks very much!

like image 724
Xiujun Ma Avatar asked Dec 27 '12 13:12

Xiujun Ma


People also ask

How do I change project settings in IntelliJ?

To configure project settings, select IntelliJ IDEA | Preferences on macOS or File | Settings on Windows and Linux from the main menu. Alternatively, you can press Ctrl+Alt+S to show the IDE settings. icon. Other settings are global and apply to all existing projects.

How do I change project view in IntelliJ?

To change settings of a module that hosts the file you are currently editing, just press Alt+F1, 7 or open the View menu, select Select In and click Project Structure. IntelliJ IDEA will open the Project Structure dialog and jump to the required module.

How do I change the default settings in IntelliJ?

Back up your settings and restore the defaultsFrom the main menu, select File | Manage IDE Settings | Restore Default Settings. Alternatively, press Shift twice and type Restore default settings . Click Restore and Restart.


2 Answers

File | Settings | File Types | Ignore files and folders. enter image description here

like image 83
CrazyCoder Avatar answered Sep 19 '22 13:09

CrazyCoder


project structure > modules > exclude directories/files as you like

like image 26
NimChimpsky Avatar answered Sep 20 '22 13:09

NimChimpsky