Created
October 29, 2012 10:22
-
-
Save tbassetto/3972795 to your computer and use it in GitHub Desktop.
Example of Sublime Text 2 project configuration
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
{ | |
"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