mirror of
https://github.com/trycua/computer.git
synced 2025-12-30 18:09:55 -06:00
16 lines
225 B
Plaintext
16 lines
225 B
Plaintext
{
|
|
"folders": [
|
|
{
|
|
"path": "../docs"
|
|
}
|
|
],
|
|
"settings": {
|
|
"files.exclude": {
|
|
"**/.git": true,
|
|
"**/.svn": true,
|
|
"**/.hg": true,
|
|
"**/CVS": true,
|
|
"**/.DS_Store": true
|
|
}
|
|
}
|
|
} |