From 0fe9882f8f253125a714db0d3e6b3ccb16e5384e Mon Sep 17 00:00:00 2001 From: Yumahey Date: Sun, 16 Oct 2022 19:34:25 -0400 Subject: [PATCH] gitignore .vscode folder --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 4426040..000bf13 100644 --- a/.gitignore +++ b/.gitignore @@ -72,3 +72,6 @@ crashlytics-build.properties /[Aa]ssets/[Ss]treamingAssets/aa/* .idea .vs + +# Custom +.vscode