From 4cbb3b5eadd5d0bf25a1770b5ff35de0bbfbca54 Mon Sep 17 00:00:00 2001 From: sqrtthree Date: Thu, 24 May 2018 18:51:19 +0800 Subject: [PATCH] :see_no_evil: :wrench: chore: Update .gitignore file and add a script to clean build files Signed-off-by: sqrtthree --- .gitignore | 3 +++ package.json | 1 + 2 files changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index ad46b30..bc4a651 100644 --- a/.gitignore +++ b/.gitignore @@ -59,3 +59,6 @@ typings/ # next.js build output .next + +# VuePress build output +docs/.vuepress/dist/ diff --git a/package.json b/package.json index c78feaa..65a7f8e 100644 --- a/package.json +++ b/package.json @@ -25,6 +25,7 @@ "docs:dev": "vuepress dev docs", "docs:build": "vuepress build docs", "docs:serve": "serve --single docs/.vuepress/dist", + "docs:clean": "rm -r docs/.vuepress/dist", "test": "echo \"Error: no test specified\" && exit 1" }, "license": "MIT",