Skip to content

Instantly share code, notes, and snippets.

@bdsexton
Created October 5, 2014 23:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bdsexton/c01e2ea899b55430b5b6 to your computer and use it in GitHub Desktop.
Save bdsexton/c01e2ea899b55430b5b6 to your computer and use it in GitHub Desktop.
This is just a simple Sublime Text 2 project file template that excludes some common clutter.
{
"folders":
[
{
"path": "/path/to/project/root",
"file_exclude_patterns": [".gitignore", "*.sublime-*"],
"folder_exclude_patterns": [".idea"]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment