mirror of
https://github.com/JamesIves/github-pages-deploy-action.git
synced 2023-12-15 20:03:39 +08:00
13 lines
228 B
JSON
13 lines
228 B
JSON
{
|
|
"editor.formatOnSave": true,
|
|
"files.exclude": {
|
|
"**/.DS_Store": true,
|
|
"**/.git": true,
|
|
"**/node_modules": true
|
|
},
|
|
"prettier.eslintIntegration": true,
|
|
"search.exclude": {
|
|
"**/node_modules": true
|
|
}
|
|
}
|