nvidia-texture-tools/project/nvtt.code-workspace
2020-08-23 15:20:01 -07:00

16 lines
183 B
Plaintext

{
"folders": [
{
"path": ".."
}
],
"settings": {
"files.exclude": {
"**/build*": true,
"**/.svn": true,
"**/.gitignore": true,
"**/*.user": true,
},
}
}