mirror of
https://github.com/harvester/harvester-ui-extension.git
synced 2025-12-13 13:11:43 +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
|
||||
/dist
|
||||
/dist-pkg
|
||||
/tmp
|
||||
/out-tsc
|
||||
|
||||
|
||||
7
.vscode/settings.json
vendored
7
.vscode/settings.json
vendored
@ -7,16 +7,15 @@
|
||||
".eslintcache": true,
|
||||
".eslintignore": true,
|
||||
".eslintrc.js": true,
|
||||
".gitignore": true,
|
||||
".nuxt*": true,
|
||||
".nyc_output": true,
|
||||
".vscode": true,
|
||||
"LICENSE": true,
|
||||
"node_modules": true,
|
||||
"babel.config.js": true,
|
||||
"jsconfig.json": true,
|
||||
"yarn-error.log": true,
|
||||
"LICENSE": true,
|
||||
"node_modules": true,
|
||||
"pkg/**/.shell": true,
|
||||
"pkg/**/node_modules": true,
|
||||
"yarn-error.log": true
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user