Skip to content

Commit

Permalink
Merge pull request #12 from erwingaitano/master
Browse files Browse the repository at this point in the history
Fixing "excluded directories" section in README
  • Loading branch information
noklesta committed Mar 19, 2016
2 parents df7b03c + ac32fe5 commit e491664
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.md
Expand Up @@ -82,9 +82,13 @@ backslash to escape special regex symbols such as dots in directory names.
Example of setting the list of excluded directories in your user preferences file:

{
"excluded_dir_patterns": [
"tmp", "|.git", "|.svn"
]
"SublimeQuickFileCreator":
{
"excluded_dir_patterns":
[
"tmp", "|.git", "|.svn"
]
}
}

...and in a project file:
Expand Down

0 comments on commit e491664

Please sign in to comment.