mirror of
https://github.com/starshardstudio/peafowl.git
synced 2024-11-22 04:54:19 +00:00
16 lines
276 B
JSON
16 lines
276 B
JSON
|
{
|
||
|
"files.exclude": {
|
||
|
"**/.git": true,
|
||
|
"**/.svn": true,
|
||
|
"**/.hg": true,
|
||
|
"**/CVS": true,
|
||
|
"**/.DS_Store": true,
|
||
|
"**/Thumbs.db": true,
|
||
|
"**/.gitignore": true,
|
||
|
"_*": true,
|
||
|
"LICENSE-CODE.txt": true,
|
||
|
"deno.json": true,
|
||
|
"deno.lock": true,
|
||
|
".vscode": true,
|
||
|
}
|
||
|
}
|