Skip to content

Instantly share code, notes, and snippets.

@ajaxray
Last active May 2, 2017 17:18
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 3 You must be signed in to fork a gist
  • Save ajaxray/5635762 to your computer and use it in GitHub Desktop.
Save ajaxray/5635762 to your computer and use it in GitHub Desktop.
Just an example of project settings file for Sublimetext 2. Shows how to set exclude patterns for files and folders, multiple folders with name etc.
{
"folders":
[
{
"path": "/Path/To/application/dir",
"folder_exclude_patterns": ["cache", "logs"],
"file_exclude_patterns": ["*_example.*", "backup_*"],
"name": "Application Name"
},
{
"path": "/Path/to/test/dir",
"name": "Tests"
}
],
"settings":
{
"tab_size": 4
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment