From 3be95b24ab3e03788136db1699fdf3699e94e471 Mon Sep 17 00:00:00 2001 From: Kenneth Ezekiel <88850771+KenEzekiel@users.noreply.github.com> Date: Wed, 24 Apr 2024 13:01:11 +0700 Subject: [PATCH] add: gitignore --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 7a5cd83a..383a2976 100644 --- a/.gitignore +++ b/.gitignore @@ -69,4 +69,6 @@ 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 \ No newline at end of file -- GitLab