RubyMine 2016.3 Help

File Types

File | Settings | Editor | File Types for Windows and Linux
RubyMine | Preferences | Editor | File Types for OS X
Ctrl+Alt+S
/help/img/idea/2016.3/settings.png


Use this page to manage the list of file types and extension patterns to be recognized by RubyMine.

ItemKeyboard ShortcutDescription
Recognized file typesThis list box displays all the default and custom file types currently supported by RubyMine. Refer to the section File Types Recognized by RubyMine.
Use the Add, Edit, and Remove buttons to manage the contents of the list box.
/help/img/idea/2016.3/new.pngAlt+InsertClick this button to open the New File Type dialog and define a new custom file type there.
/help/img/idea/2016.3/editFlexLibraryNew.pngEnterClick this button to open the Edit File Type dialog box and edit the selected file type there.

This button is disabled when a default file type is selected.

/help/img/idea/2016.3/delete.pngAlt+DeleteClick this button to delete the selected file type from the list.

This button is disabled when a default file type is selected.

Registered PatternsShown in this area are all the registered extensions associated with the file type selected in the Recognized file types list. Use /help/img/idea/2016.3/new.png, /help/img/idea/2016.3/editFlexLibraryNew.png and /help/img/idea/2016.3/delete.png to manage the corresponding patterns.
/help/img/idea/2016.3/new.pngAlt+InsertUse this icon or shortcut to open the Add wildcard dialog box and specify a new pattern using wildcards there.
/help/img/idea/2016.3/editFlexLibraryNew.pngEnterUse this icon or shortcut to edit the selected pattern.
/help/img/idea/2016.3/delete.pngAlt+DeleteUse this icon or shortcut to remove the selected pattern from the list.
Ignore files and foldersIn 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.

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;

See Also

Last modified: 22 March 2017