mirror of
https://github.com/harvester/harvester-ui-extension.git
synced 2026-02-04 15:01:46 +00:00
Update .gitignore
Signed-off-by: Francesco Torchia <francesco.torchia@suse.com>
This commit is contained in:
parent
56000e609e
commit
0059289c29
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,5 +1,6 @@
|
|||||||
# compiled output
|
# compiled output
|
||||||
/dist
|
/dist
|
||||||
|
/dist-pkg
|
||||||
/tmp
|
/tmp
|
||||||
/out-tsc
|
/out-tsc
|
||||||
|
|
||||||
|
|||||||
7
.vscode/settings.json
vendored
7
.vscode/settings.json
vendored
@ -7,16 +7,15 @@
|
|||||||
".eslintcache": true,
|
".eslintcache": true,
|
||||||
".eslintignore": true,
|
".eslintignore": true,
|
||||||
".eslintrc.js": true,
|
".eslintrc.js": true,
|
||||||
".gitignore": true,
|
|
||||||
".nuxt*": true,
|
".nuxt*": true,
|
||||||
".nyc_output": true,
|
".nyc_output": true,
|
||||||
".vscode": true,
|
".vscode": true,
|
||||||
"LICENSE": true,
|
|
||||||
"node_modules": true,
|
|
||||||
"babel.config.js": true,
|
"babel.config.js": true,
|
||||||
"jsconfig.json": true,
|
"jsconfig.json": true,
|
||||||
"yarn-error.log": true,
|
"LICENSE": true,
|
||||||
|
"node_modules": true,
|
||||||
"pkg/**/.shell": true,
|
"pkg/**/.shell": true,
|
||||||
"pkg/**/node_modules": true,
|
"pkg/**/node_modules": true,
|
||||||
|
"yarn-error.log": true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user