From 8f460f5cb9ac233cc75d41eb2af420f6773a0a15 Mon Sep 17 00:00:00 2001 From: Martijn Date: Fri, 27 Dec 2024 19:58:58 +0100 Subject: [PATCH] keep personal settings out of the repo --- .gitignore | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..c6f9a44 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.vscode/settings.json