14 lines
277 B
JSON
14 lines
277 B
JSON
{
|
|
"files.associations": {
|
|
"*.game": "json"
|
|
},
|
|
"files.exclude": {
|
|
"**/.git": true,
|
|
"**/.svn": true,
|
|
"**/.hg": true,
|
|
"**/CVS": true,
|
|
"**/.DS_Store": true,
|
|
"**/Thumbs.db": true,
|
|
"**/*.class": true
|
|
}
|
|
} |