Building script on NodeJS
This commit is contained in:
parent
dcdc5c0481
commit
c5929f55ed
5 changed files with 214 additions and 1 deletions
9
.gitignore
vendored
9
.gitignore
vendored
|
@ -1,3 +1,10 @@
|
|||
built.zip
|
||||
# Built site
|
||||
dist/
|
||||
dist.zip
|
||||
|
||||
# Node JS
|
||||
node_modules/
|
||||
package-lock.json
|
||||
|
||||
# IDE
|
||||
.vscode/
|
||||
|
|
Loading…
Add table
Reference in a new issue