Skip to content

Commit

Permalink
Update .gitignore
Browse files Browse the repository at this point in the history
Signed-off-by: Francesco Torchia <[email protected]>
  • Loading branch information
torchiaf committed Apr 27, 2024
1 parent d5e87a4 commit 8c25110
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# compiled output
/dist
/dist-pkg
/tmp
/out-tsc

Expand Down
7 changes: 3 additions & 4 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
}

0 comments on commit 8c25110

Please sign in to comment.