AppCode 2016.1 Help

Ignored Files

AppCode | Preferences | Version Control | Ignored Files


Use this page to create a list of files and directories that you do not want to put under version control. These can be file names associated with VCS administration, backup files, and any other artifacts that you want to remain unversioned. You can also specify patterns that define files to ignore.

ItemKeyboard shortcutDescription
add⌘NUse this icon or shortcut to add an item to the list. The Ignore Unversioned Files dialog box opens where you can type an exact path to a file or directory to be ignored or specify a pattern that defines the names of files and directories to be ignored.
edit1Use this icon or shortcut to edit the selected path or pattern in the Ignore Unversioned Files dialog box.
delete⌘⌦Use this icon or shortcut to remove the selected path or pattern from the list.

Patterns

Two characters are used as the wildcards:

  • *: this character matches anything.
  • ?: this character matches a single character.

For example, *.iml will ignore all the files with the extension iml; *.?ml will ignore all the files with the extension ending with ml.

See Also

Last modified: 20 July 2016