Skip to content

Instantly share code, notes, and snippets.

@tbassetto
Created October 29, 2012 10:22
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 tbassetto/3972795 to your computer and use it in GitHub Desktop.
Save tbassetto/3972795 to your computer and use it in GitHub Desktop.
Example of Sublime Text 2 project configuration
{
"folders":
[
{
"path": "/Users/plop/Code/mouette/yesthisisdog",
"folder_exclude_patterns": ["css", "node_modules", "j-framework", ".sass-cache"],
"file_exclude_patterns": ["*.optimize.*"]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment