Skip to content

Commit

Permalink
add gitignore to fresh-vitepress-site
Browse files Browse the repository at this point in the history
  • Loading branch information
dtinth committed Feb 1, 2024
1 parent 06cb42c commit 73a552d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/generators/fresh-vitepress-site.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ export default defineGenerator({
await t.waitForText('Done')
await t.send('pnpm docs:build')
await t.waitForText('$')
await t.send(
'wget https://github.com/vuejs/vitepress/raw/main/.gitignore -O .gitignore',
)
await t.waitForText('$')
},
staticOutputDirectory: '.vitepress/dist',
frameworkUrl: 'https://vitepress.vuejs.org/',
Expand Down

0 comments on commit 73a552d

Please sign in to comment.