Skip to content

Instantly share code, notes, and snippets.

@onepixelsolid
Last active October 24, 2015 02:34
Show Gist options
  • Save onepixelsolid/8b055bb9b0fd7242cb27 to your computer and use it in GitHub Desktop.
Save onepixelsolid/8b055bb9b0fd7242cb27 to your computer and use it in GitHub Desktop.
Meteor JS Sublime Text project preferences to ignore '.meteor', 'packages' (and other) folders for the purposes of better search. Reference → http://css-tricks.com/exclude-compiled-css-from-sublime-text-2-projects
{
"folders":
[
{
"path": "/path/to/my/app/",
"folder_exclude_patterns": [".meteor", "packages"]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment