diff --git a/.gitignore b/.gitignore
index 871f515..f079e65 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,4 +7,6 @@ obj/
dist/
.vscode/
Debug/
-Release/
\ No newline at end of file
+Release/
+node_modules/
+package-lock.json
\ No newline at end of file
diff --git a/build.bat b/build.bat
deleted file mode 100644
index dcc21e9..0000000
--- a/build.bat
+++ /dev/null
@@ -1,12 +0,0 @@
-@echo off
-call sass src/css/style.scss dist/style.css
-call google-closure-compiler ^
- src/js/Const.js ^
- src/js/Util.js ^
- src/js/App.js ^
- src/js/DropzoneManager.js ^
- src/js/FileDownloader.js ^
- src/js/FileUpload.js ^
- src/js/VBF.js ^
- src/js/ViewManager.js ^
---js_output_file dist/script.min.js --language_out ECMASCRIPT_NEXT
\ No newline at end of file
diff --git a/index.html b/index.html
index 02d21fb..4a420c8 100644
--- a/index.html
+++ b/index.html
@@ -6,33 +6,6 @@
-
-
-
-
-
+