diff --git a/.gitignore b/.gitignore index 749e449..d298d9f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,5 @@ /spa/node_modules .env -.vscode # Logs logs @@ -31,4 +30,4 @@ coverage *.sln *.sw? -*.tsbuildinfo \ No newline at end of file +*.tsbuildinfo diff --git a/.vscode/launch.json b/.vscode/launch.json deleted file mode 100644 index 10b910a..0000000 --- a/.vscode/launch.json +++ /dev/null @@ -1,16 +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": [ - { - "name": "Launch Package", - "type": "go", - "request": "launch", - "mode": "auto", - "program": "${fileDirname}", - "args": [] - } - ] -} \ No newline at end of file diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index b540bc7..0000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "gigacode.inlineColor": "green" -} \ No newline at end of file diff --git a/README.md b/README.md index bb74f16..1eed635 100644 --- a/README.md +++ b/README.md @@ -2,4 +2,4 @@ ## before start your need to set .env file with your VARIABLES -## build and start with command: make \ No newline at end of file +## build and start with command: make