Skip to content

Commit ee194d5

Browse files
Update README.md
Resolves #5
1 parent f2b2f0e commit ee194d5

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,10 @@ Created as a solution to http://stackoverflow.com/questions/18482976/tell-sublim
77

88
Usage instructions:
99

10-
* Install the plugin by copying and pasting `gitignore_plugin.py` into your Packages folder. See http://stackoverflow.com/a/15652795/1709587 for manual package installation instructions. Installation via Sublime Package Control is not yet supported.
10+
* Install the plugin via [Package Control](https://sublime.wbond.net/) by following these steps:
11+
* Press <kbd>CTRL</kbd>+<kbd>SHIFT</kbd>+<kbd>P</kbd> (<kbd>CMD</kbd>+<kbd>SHIFT</kbd>+<kbd>P</kbd> on Mac)
12+
* Select "Install Package"
13+
* Search for the ***Gitignored File Excluder*** and press <kbd>Enter</kbd>.
1114
* `sublime-gitignorer` will regularly check all your open folders for files that are ignored by Git and update your `"file_exclude_patterns"` and `"folder_exclude_patterns"` settings in Sublime to match the list of files and folders ignored by Git.
1215
* After you create a new Git-ignored file or update your `.gitignore` files, the files should be hidden from your project within 5 seconds.
1316
* Since the `"file_exclude_patterns"` and `"folder_exclude_patterns"` settings are now being managed programatically, if you want to *manually* set file or folder exclusion patterns in sublime, you can use the `"extra_file_exclude_patterns"` and `"extra_folder_exclude_patterns"` settings. Any file paths you list in here will automatically be included in your `"file_exclude_patterns"` and `"folder_exclude_patterns"` in addition to Git-ignored paths.

0 commit comments

Comments
 (0)