diff --git a/.gitignore b/.gitignore
index fe6ac4308..3c3629e64 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1 @@
-# Node
node_modules
-
-# Compiled files
-dist/
diff --git a/package.json b/package.json
index 9cc6cc1ce..d8cf65058 100644
--- a/package.json
+++ b/package.json
@@ -11,8 +11,8 @@
"lint": "vue-cli-service lint"
},
"dependencies": {
- "@blockly/theme-modern": "^2.1.10",
"@fortawesome/fontawesome-svg-core": "^1.2.34",
+ "@blockly/theme-modern": "^2.1.10",
"@fortawesome/free-solid-svg-icons": "^5.15.2",
"@fortawesome/vue-fontawesome": "^2.0.2",
"blockly": "^4.20201217.0",
@@ -21,7 +21,6 @@
"easy-json-database-browser": "^2.1.0",
"js-beautify": "^1.13.5",
"jszip": "^3.6.0",
- "localforage": "^1.10.0",
"sweetalert2": "^10.15.5",
"vue": "^2.6.12",
"vue-i18n": "^8.24.0",
diff --git a/public/index.html b/public/index.html
index e514d46bd..7c0ec36ac 100755
--- a/public/index.html
+++ b/public/index.html
@@ -12,6 +12,20 @@
diff --git a/src/components/NavigationBar/FileMenu.vue b/src/components/NavigationBar/FileMenu.vue
index ff5b4854d..15474f054 100644
--- a/src/components/NavigationBar/FileMenu.vue
+++ b/src/components/NavigationBar/FileMenu.vue
@@ -10,7 +10,6 @@