Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save apueee/5886195 to your computer and use it in GitHub Desktop.
Save apueee/5886195 to your computer and use it in GitHub Desktop.
{
"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