Skip to content

Instantly share code, notes, and snippets.

@supawaza
Created December 17, 2013 17:37
Show Gist options
  • Star 9 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save supawaza/8009192 to your computer and use it in GitHub Desktop.
Save supawaza/8009192 to your computer and use it in GitHub Desktop.
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"
],
"folder_exclude_patterns":
[
".sass-cache",
".svn",
".git"
],
"font_size": 14.0,
"ignored_packages":
[
"Vintage"
]
}
@abidr
Copy link

abidr commented Jun 23, 2018

Thanks.

@zarlo12
Copy link

zarlo12 commented Jul 26, 2018

Thanks

@JemWritesCode
Copy link

Thank you!

@G5O-DE
Copy link

G5O-DE commented Nov 15, 2019

Thank you!

@anbaccar
Copy link

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment