From 4c9cc18fde08ec99b3b09db50b2defb4d37ddcd3 Mon Sep 17 00:00:00 2001 From: Braedon Date: Wed, 2 Feb 2022 22:27:31 -0500 Subject: [PATCH] VSCode gitignore --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 17b83af84..314026271 100644 --- a/.gitignore +++ b/.gitignore @@ -69,4 +69,7 @@ crashlytics-build.properties # Temporary auto-generated Android Assets /[Aa]ssets/[Ss]treamingAssets/aa.meta -/[Aa]ssets/[Ss]treamingAssets/aa/* \ No newline at end of file +/[Aa]ssets/[Ss]treamingAssets/aa/* + +# Visual Studio Code +/.vscode/