Building script on NodeJS

This commit is contained in:
DarkCat09 2022-12-29 16:46:35 +04:00
parent dcdc5c0481
commit c5929f55ed
5 changed files with 214 additions and 1 deletions

9
.gitignore vendored
View file

@ -1,3 +1,10 @@
built.zip
# Built site
dist/
dist.zip
# Node JS
node_modules/
package-lock.json
# IDE
.vscode/