From 9b66d67187cb06488714cb3a87141e664ba8e671 Mon Sep 17 00:00:00 2001 From: Justin Campbell Date: Fri, 26 Feb 2021 13:55:44 -0500 Subject: [PATCH] Ignore VS Code settings --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index bab2187..0ea9172 100644 --- a/.gitignore +++ b/.gitignore @@ -24,3 +24,6 @@ PKG-INFO # test dirs python-ldap-test-* + +# VS Code Settings +.vscode/ \ No newline at end of file