diff --git a/.gitignore b/.gitignore index 0e90e3c..b10385c 100644 --- a/.gitignore +++ b/.gitignore @@ -11,4 +11,6 @@ tmp main.db ui/build -bin \ No newline at end of file +bin + +.vscode \ No newline at end of file diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index cbc3e9e..0000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "yaml.schemas": { - "https://json.schemastore.org/github-workflow.json": "file:///Users/kevinanielsen/Developer/go/src/github.com/kevinanielsen/go-fast-cdn/.github/workflows/deploy.yml" - } -}