Skip to content

Instantly share code, notes, and snippets.

@joshearl
Created November 17, 2012 02:32
Show Gist options
  • Star 13 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save joshearl/4092787 to your computer and use it in GitHub Desktop.
Save joshearl/4092787 to your computer and use it in GitHub Desktop.
Sample Sublime project file with project-specific settings
{
"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
}
}
@andoro
Copy link

andoro commented Apr 9, 2013

Thx for it, it's great, especially the folder_exclude_patterns setting. :)

@daevski
Copy link

daevski commented Apr 11, 2013

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