aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-x.gitignore1
-rwxr-xr-x.vscode/settings.json3
2 files changed, 1 insertions, 3 deletions
diff --git a/.gitignore b/.gitignore
index 10e5a00f..e97aa75a 100755
--- a/.gitignore
+++ b/.gitignore
@@ -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