Update .gitignore

Signed-off-by: Francesco Torchia <francesco.torchia@suse.com>
This commit is contained in:
Francesco Torchia 2024-04-28 01:43:27 +02:00 committed by Francesco Torchia
parent 56000e609e
commit 0059289c29
No known key found for this signature in database
GPG Key ID: E6D011B7415D4393
2 changed files with 4 additions and 4 deletions

1
.gitignore vendored
View File

@ -1,5 +1,6 @@
# compiled output # compiled output
/dist /dist
/dist-pkg
/tmp /tmp
/out-tsc /out-tsc

View File

@ -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
} }
} }