Skip to content

Instantly share code, notes, and snippets.

@davps
Forked from benatkin/Global.sublime-settings
Last active November 15, 2016 21:47
Show Gist options
  • Select an option

  • Save davps/992bc274012f9cc991a2152f56bdb575 to your computer and use it in GitHub Desktop.

Select an option

Save davps/992bc274012f9cc991a2152f56bdb575 to your computer and use it in GitHub Desktop.

Revisions

  1. davps revised this gist Nov 15, 2016. No changes.
  2. davps revised this gist Nov 15, 2016. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion Global.sublime-settings
    Original file line number Diff line number Diff line change
    @@ -1,5 +1,5 @@
    // Place user-specific overrides in this file, to ensure they're preserved
    // when upgrading
    {
    "folder_exclude_patterns": [".svn", ".git", ".hg", "CVS", "node_modules"]
    "folder_exclude_patterns": [".svn", ".git", ".hg", "CVS", "node_modules", "bower_components"]
    }
  3. @benatkin benatkin created this gist Jul 20, 2011.
    5 changes: 5 additions & 0 deletions Global.sublime-settings
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,5 @@
    // Place user-specific overrides in this file, to ensure they're preserved
    // when upgrading
    {
    "folder_exclude_patterns": [".svn", ".git", ".hg", "CVS", "node_modules"]
    }