Add sublime and vscode projects.
This commit is contained in:
parent
7525d356a0
commit
2b3ffac418
15
project/nvtt.code-workspace
Normal file
15
project/nvtt.code-workspace
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
{
|
||||||
|
"folders": [
|
||||||
|
{
|
||||||
|
"path": ".."
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"files.exclude": {
|
||||||
|
"**/build*": true,
|
||||||
|
"**/.svn": true,
|
||||||
|
"**/.gitignore": true,
|
||||||
|
"**/*.user": true,
|
||||||
|
},
|
||||||
|
}
|
||||||
|
}
|
10
project/nvtt.sublime-project
Normal file
10
project/nvtt.sublime-project
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
{
|
||||||
|
"folders":
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"path": "..",
|
||||||
|
"file_exclude_patterns": ["*.user"],
|
||||||
|
"folder_exclude_patterns": ["build*", ".vscode", ".vc"]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user