Skip to content

Commit 4cbb3b5

Browse files
committed
🙈 🔧 chore: Update .gitignore file and add a script to clean build files
Signed-off-by: sqrtthree <[email protected]>
1 parent 3886f62 commit 4cbb3b5

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,3 +59,6 @@ typings/
5959

6060
# next.js build output
6161
.next
62+
63+
# VuePress build output
64+
docs/.vuepress/dist/

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
"docs:dev": "vuepress dev docs",
2626
"docs:build": "vuepress build docs",
2727
"docs:serve": "serve --single docs/.vuepress/dist",
28+
"docs:clean": "rm -r docs/.vuepress/dist",
2829
"test": "echo \"Error: no test specified\" && exit 1"
2930
},
3031
"license": "MIT",

0 commit comments

Comments
 (0)