19 lines
403 B
JSON
19 lines
403 B
JSON
{
|
|
"css.validate": false,
|
|
"tailwindCSS.includeLanguages": {
|
|
"typescript": "javascript",
|
|
"typescriptreact": "javascript"
|
|
},
|
|
"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
|
|
}
|
|
}
|