Skip to content

Commit

Permalink
update gitignore and test giget forceClean option
Browse files Browse the repository at this point in the history
  • Loading branch information
mikehwagz committed Nov 22, 2024
1 parent 26b7e39 commit 32e908b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,5 @@ dist
.eslintcache
*.log*
*.env*
.nuxt
.output
1 change: 1 addition & 0 deletions src/commands/init.ts
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ export default defineCommand({
template = await downloadTemplate(TEMPLATE_NAME, {
dir,
cwd,
forceClean: true,
})
} catch (err) {
consola.error((err as Error).toString())
Expand Down

0 comments on commit 32e908b

Please sign in to comment.