diff --git a/.gitignore b/.gitignore index 48df55de..235ac9a7 100644 --- a/.gitignore +++ b/.gitignore @@ -24,3 +24,7 @@ npm-debug.log* yarn-debug.log* yarn-error.log* +.vscode + +key_file +key_file.pub \ No newline at end of file diff --git a/.vscode/launch.json b/.vscode/launch.json deleted file mode 100644 index 2ba986f6..00000000 --- a/.vscode/launch.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - // Use IntelliSense to learn about possible attributes. - // Hover to view descriptions of existing attributes. - // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 - "version": "0.2.0", - "configurations": [ - { - "type": "chrome", - "request": "launch", - "name": "Launch Chrome against localhost", - "url": "http://localhost:8080", - "webRoot": "${workspaceFolder}" - } - ] -} \ No newline at end of file diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index 0f31cbca..00000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - // "editor.formatOnSave": true, - // "eslint.validate": [ - // "javascript", - // "javascriptreact", - // { - // "language": "html", - // "autoFix": true - // } - // ], - // "eslint.enable": true, - // "eslint.options": { - // "extensions": [".html", ".js", ".vue", ".jsx"] - // }, - // "eslint.run": "onSave", - // "eslint.autoFixOnSave": true -} diff --git a/public/index.html b/public/index.html index 7c45e424..185a7d0a 100644 --- a/public/index.html +++ b/public/index.html @@ -1,7 +1,9 @@
+ +