From 6cae3f47fe921daeb0d4e5068776b380d082a249 Mon Sep 17 00:00:00 2001 From: Jean Lamarre Date: Sun, 16 Oct 2022 19:15:14 -0400 Subject: [PATCH] ignore .idea and .vs --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 7a5cd83..d4af724 100644 --- a/.gitignore +++ b/.gitignore @@ -69,4 +69,5 @@ 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/* +.idea