From cd926cfc55557d0944d70716834437fe11766e33 Mon Sep 17 00:00:00 2001 From: Paul Trowbridge Date: Fri, 3 Feb 2023 10:52:57 -0500 Subject: [PATCH] ignore vscode --- .gitignore | 1 + .vscode/database.json | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) delete mode 100644 .vscode/database.json diff --git a/.gitignore b/.gitignore index e59e966..9c7e1a0 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ *.swp .obsidian/ +.vscode/ diff --git a/.vscode/database.json b/.vscode/database.json deleted file mode 100644 index 9e26dfe..0000000 --- a/.vscode/database.json +++ /dev/null @@ -1 +0,0 @@ -{} \ No newline at end of file