Add sublime and vscode projects.

This commit is contained in:
Ignacio 2020-08-23 15:20:01 -07:00
parent 7525d356a0
commit 2b3ffac418
2 changed files with 25 additions and 0 deletions

View File

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

View File

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