Skip to content

Commit

Permalink
🙈 🔧 chore: Update .gitignore file and add a script to clean build files
Browse files Browse the repository at this point in the history
Signed-off-by: sqrtthree <[email protected]>
  • Loading branch information
linhe0x0 committed May 24, 2018
1 parent 3886f62 commit 4cbb3b5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -59,3 +59,6 @@ typings/

# next.js build output
.next

# VuePress build output
docs/.vuepress/dist/
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 4cbb3b5

Please sign in to comment.