From 0df9ad60225bed97deb4530a643650fc604bc6f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=2E=20Fatih=20C=C4=B1r=C4=B1t?= Date: Tue, 12 Sep 2023 13:47:19 +0300 Subject: [PATCH] chore(.gitignore): add /.idea/ MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: M. Fatih Cırıt --- .gitignore | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index d1d221ad6..29ad2d6ca 100644 --- a/.gitignore +++ b/.gitignore @@ -63,4 +63,8 @@ crashlytics-build.properties # Externals directory [Aa]ssets/AWSIM/Externals/* -![Aa]ssets/AWSIM/Externals/.gitkeep \ No newline at end of file +![Aa]ssets/AWSIM/Externals/.gitkeep + +# JetBrains +/.idea/ +