Skip to content

Instantly share code, notes, and snippets.

@i5on9i
Last active June 15, 2016 02:21
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 i5on9i/357a81dbc703cc8ad7b88426fe241504 to your computer and use it in GitHub Desktop.
Save i5on9i/357a81dbc703cc8ad7b88426fe241504 to your computer and use it in GitHub Desktop.
// sublime project configuration file
{
"folders":
[
{
"file_exclude_patterns":
[
"*.gitignore",
"*.cache",
"*.pyc",
],
"folder_exclude_patterns":
[
".idea",
".vscode",
"static",
"assets",
],
"path": "D:\\mine\\programming\\python\\beluga\\src"
},
{
"path": "d:/envs/beluga/Lib"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment