From f515375bdf1808a81a1d16ef5a019cbeaf249e10 Mon Sep 17 00:00:00 2001 From: Tim Glasgow Date: Thu, 28 Jul 2022 23:14:59 -0500 Subject: [PATCH] Add vs code json to gitignore --- squarenotsquare/.gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/squarenotsquare/.gitignore b/squarenotsquare/.gitignore index 344481b..4d481e5 100644 --- a/squarenotsquare/.gitignore +++ b/squarenotsquare/.gitignore @@ -61,3 +61,7 @@ buck-out/ # Ruby / CocoaPods /ios/Pods/ /vendor/bundle/ + +#VScode +launch.json +settings.json \ No newline at end of file