Add build script
This commit is contained in:
parent
2cccb73fb6
commit
5a47867538
4 changed files with 27 additions and 1 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -2,6 +2,7 @@
|
|||
node_modules
|
||||
|
||||
# output
|
||||
bin
|
||||
out
|
||||
dist
|
||||
*.tgz
|
||||
|
@ -32,3 +33,5 @@ report.[0-9]_.[0-9]_.[0-9]_.[0-9]_.json
|
|||
|
||||
# Finder (MacOS) folder config
|
||||
.DS_Store
|
||||
|
||||
*.html
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue