From 64ede0b71276234ea79c7f9e2cd07d8df9b626cd Mon Sep 17 00:00:00 2001 From: Scott Leberknight <174812+sleberknight@users.noreply.github.com> Date: Fri, 8 Apr 2022 13:01:32 -0400 Subject: [PATCH] Tell git to ignore VS Code config files (#127) --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index c45909a..6c72141 100644 --- a/.gitignore +++ b/.gitignore @@ -20,3 +20,5 @@ buildNumber.properties # Deployment logs maven-central-deploy.log +# VS Code configuration files +.vscode