Skip to content

Instantly share code, notes, and snippets.

@dalemanthei
Created January 31, 2016 20:16
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 dalemanthei/7112660d47301ad3c69a to your computer and use it in GitHub Desktop.
Save dalemanthei/7112660d47301ad3c69a to your computer and use it in GitHub Desktop.
Sublime Text 3 standard path block to add external folder to project and exclude all the gorp
{
"path": "/<path-to-project-folder>",
"folder_include_patterns": [],
"folder_exclude_patterns": ["**/jspm_packages", "**/node_modules", "**/target", "**/.settings", "**/.externalToolBuilders"],
"file_exclude_patterns": [".gitignore", ".jazzignore", "pom.xml", ".factorypath", ".project"]
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment