mirror of
https://github.com/harvester/harvester-ui-extension.git
synced 2025-12-13 21:21:44 +00:00
20 lines
435 B
JSON
20 lines
435 B
JSON
{
|
|
"files.exclude": {
|
|
".ackrc": true,
|
|
".dockerignore": true,
|
|
".drone.yml": true,
|
|
".editorconfig": true,
|
|
".eslintcache": true,
|
|
".eslintignore": true,
|
|
".eslintrc.js": true,
|
|
".nuxt*": true,
|
|
".nyc_output": true,
|
|
".vscode": true,
|
|
"babel.config.js": true,
|
|
"jsconfig.json": true,
|
|
"LICENSE": true,
|
|
"pkg/**/.shell": true,
|
|
"pkg/**/node_modules": true,
|
|
"yarn-error.log": true
|
|
}
|
|
} |