Add sublime and vscode projects.

pull/329/head
Ignacio 4 years ago
parent 7525d356a0
commit 2b3ffac418

@ -0,0 +1,15 @@
{
"folders": [
{
"path": ".."
}
],
"settings": {
"files.exclude": {
"**/build*": true,
"**/.svn": true,
"**/.gitignore": true,
"**/*.user": true,
},
}
}

@ -0,0 +1,10 @@
{
"folders":
[
{
"path": "..",
"file_exclude_patterns": ["*.user"],
"folder_exclude_patterns": ["build*", ".vscode", ".vc"]
}
]
}
Loading…
Cancel
Save