diff options
| -rwxr-xr-x | .gitignore | 1 | ||||
| -rwxr-xr-x | .vscode/settings.json | 3 |
2 files changed, 1 insertions, 3 deletions
@@ -3,6 +3,7 @@ flamegraph.svg perf.data perf.data.old +.vscode # created by azalea-auth/examples/auth, defined in the main .gitignore because # the example could be run from anywhere diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100755 index 3b614348..00000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "editor.formatOnSave": true -}
\ No newline at end of file |
