From a4560633f3381ef58b3e01c520a75a7f94c5d391 Mon Sep 17 00:00:00 2001 From: Patryk Goworowski Date: Tue, 10 Dec 2024 18:48:35 +0100 Subject: [PATCH] Ignore the selected files from `/.idea` directory --- .gitignore | 1 + .idea/compiler.xml | 6 ------ 2 files changed, 1 insertion(+), 6 deletions(-) delete mode 100644 .idea/compiler.xml diff --git a/.gitignore b/.gitignore index 7fe64d424..437ca766b 100644 --- a/.gitignore +++ b/.gitignore @@ -15,6 +15,7 @@ /.idea/codeStyles/Project.xml /.idea/inspectionProfiles/Project_Default.xml /.idea/studiobot.xml +/.idea/runConfigurations.xml *.iml .gradle diff --git a/.idea/compiler.xml b/.idea/compiler.xml deleted file mode 100644 index d208d08e9..000000000 --- a/.idea/compiler.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - -