aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheDudeFromCI <thedudefromci@gmail.com>2023-08-19 18:33:22 -0700
committerGitHub <noreply@github.com>2023-08-19 20:33:22 -0500
commit226e726c29ea113fbc4a5908ff0a39618f82869a (patch)
tree534db3b9b2fee6c049e96319c4804f96e7c048a4
parent6a318ee6f92620c6c562df4baf144438f9fe84f9 (diff)
downloadazalea-drasl-226e726c29ea113fbc4a5908ff0a39618f82869a.tar.xz
Removed .vscode settings (#104)
Signed-off-by: TheDudeFromCI <thedudefromci@gmail.com>
-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