From bc9b2690e70533216308a38799f678fffcf71fc1 Mon Sep 17 00:00:00 2001 From: Emir Karamehmetoglu Date: Mon, 29 Aug 2022 09:13:53 +0200 Subject: [PATCH] ignore all VScode typing clutter --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index b7b052d..98f3808 100644 --- a/.gitignore +++ b/.gitignore @@ -143,4 +143,5 @@ dmypy.json # Ignore test output tests/output/ -typings/astropy/units/ +# Ignore VSCode typing clutter +typings/