Created
November 17, 2012 02:32
-
-
Save joshearl/4092787 to your computer and use it in GitHub Desktop.
Sample Sublime project file with project-specific settings
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
{ | |
"folders": | |
[ | |
{ | |
"path": "Leanpub/sublime-productivity", | |
"folder_exclude_patterns": ["epub_images", "convert_html", "preview", "published"], | |
"file_exclude_patterns": [".gitignore", "*.sublime*", "*Icon*"] | |
}, | |
{ | |
"path": "SublimeTextTips" | |
} | |
], | |
"settings": | |
{ | |
"rulers": [], | |
"line_numbers": false, | |
"word_wrap": true | |
} | |
} |
Yes, thank you for posting. Great reference. :)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thx for it, it's great, especially the folder_exclude_patterns setting. :)