Created
February 25, 2013 22:23
-
-
Save chrisl8888/5033898 to your computer and use it in GitHub Desktop.
default .sublime-project template file
This file contains hidden or 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": "/home/<USER>/workspace/<PROJECT>", | |
"name": "root", | |
"file_exclude_patterns": [ | |
".sasscache", "*.css" | |
] | |
}, | |
{ | |
"path": "/home/<USER>/workspace/<PROJECT>/sites/all/themes/rulebase", | |
"name": "themes" | |
}, | |
{ | |
"path": "/home/<USER>/workspace/<PROJECT>/sites/all/modules", | |
"name": "modules" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment