mirror of
https://github.com/joelwmale/webhook-action.git
synced 2024-11-25 17:06:52 +01:00
12 lines
228 B
JSON
12 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
|
|
}
|
|
}
|