| Item | Description |
|---|---|
| Recognized file types | This list box displays all the default and custom file types currently supported by RubyMine.
Refer to the section File Types Recognized ByRubyMine. Use the Add, Edit, and Remove buttons to manage the contents of the list box. Tip Default types cannot be edited or removed. |
![]() | Click this button to open the New File Type dialog box and define a new custom file type there. |
| Click this button to open the Edit File Type dialog box and edit the selected file type there.
Note The button is disabled when a default file type is selected. |
![]() | Click this button to delete the selected file type from the list.
Note The button is disabled when a default file type is selected. |
| Registered Patterns | Shown in this area are all the registered extensions associated with the file type selected in the Recognized
file types list. Use ,
and
to manage the corresponding patterns.
|
(Alt+InsertAlt+Insert) | Use this icon or shortcut to open the Add wildcard dialog box and specify a new pattern using wildcards there. |
(EnterEnter) | Use this icon or shortcut to edit the selected pattern. |
(Alt+DeleteAlt+Delete) | Use this icon or shortcut to remove the selected pattern from the list. |
| Ignore files and folders | In this text box, specify the files and folders, which you want to be ignored by RubyMine. Such
files and folders will be completely excluded from any kind of processing.
By default the list includes temporary files, service files related to version control systems, etc.
Tip You can specify multiple names or wildcard masks, with semicolons (;) as separators. Below is the default setting, in case you need to restore it: CVS;SCCS;RCS;rcs;.DS_Store;.svn;.pyc;.pyo;*.pyc;*.pyo;.git;*.hprof;_svn;.hg;*.lib;*~;__pycache__;.bundle;*.rbc;*$py.class; |



