Skip to content

Instantly share code, notes, and snippets.

View swapniladsure's full-sized avatar

Swapnil Adsure swapniladsure

  • Lacompany
  • France
View GitHub Profile
@supawaza
supawaza / ST2 - Exclude files.json
Created December 17, 2013 17:37
Hide hidden files inside Sublime Text such as .DS_Store or any cache files. Hit Cmd+, to open up the setting and paste the following line in. Source: https://coderwall.com/p/znswpq --- #snippet #SublimeText
{
"file_exclude_patterns":
[
"*.svn",
"*.git",
"*.hg",
"CVS",
"*tmp/cache",
"*._*",
"*.DS_Store"