Configure Ignore List dialog box
This dialog box allows you to set the gitignore content for the current script.
To access: Right-click the script's parent node in the Solution Explorer, and select Git > Configure Ignore List from the context menu (for scripts already in the repository).
User interface elements are described below (unlabeled elements are shown in angle brackets):
|
UI Element
|
Description
|
|---|---|
| <ignore file list> | An editable area for listing the files to ignore. Use an asterisk (*) as a wildcard. Place each entry on a separate line. |
| Import | Allows you to import an existing .gitignore file to the script. |
| Select |
Opens the Ignore File Templates dialog box, allowing you to select a predefined template for an ignore list. You can select one of the following templates:
|
| Wrap text | Wraps the text in the ignore file list to the next line. |
See also:

