From 79011b04fcfbade02dde0a30d98a67915f5e4d9b Mon Sep 17 00:00:00 2001 From: Scott Leberknight <174812+sleberknight@users.noreply.github.com> Date: Fri, 8 Apr 2022 14:15:24 -0400 Subject: [PATCH] Tell git to ignore VS Code config files (#113) --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index e7d4823..8dba77c 100644 --- a/.gitignore +++ b/.gitignore @@ -19,3 +19,6 @@ buildNumber.properties # Deployment log maven-central-deploy.log + +# VS Code configuration files +.vscode