13 lines
308 B
JSON
13 lines
308 B
JSON
{
|
|
"files.exclude": {
|
|
"**/.git": true,
|
|
"**/.svn": true,
|
|
"**/.hg": true,
|
|
"**/.DS_Store": true,
|
|
"**/Thumbs.db": true,
|
|
"**/flutter/ephemeral": true,
|
|
"**/Flutter/ephemeral": true,
|
|
"**/.symlinks": true,
|
|
"**/.plugin_symlinks": true
|
|
}
|
|
} |