From 05531fa6f2f718c96e90bc7d5c99df5f73bc1c08 Mon Sep 17 00:00:00 2001 From: Adolfo Santiago Date: Sat, 13 Nov 2021 09:24:35 +0100 Subject: [PATCH] Remove tracked file from .idea folder --- husky/.gitignore | 2 ++ husky/.idea/compiler.xml | 6 ------ 2 files changed, 2 insertions(+), 6 deletions(-) delete mode 100644 husky/.idea/compiler.xml diff --git a/husky/.gitignore b/husky/.gitignore index 36df365..84733e7 100644 --- a/husky/.gitignore +++ b/husky/.gitignore @@ -23,6 +23,7 @@ debug/ .gradle/ /build/ buildSrc/build +.builds/ # Local configuration file (sdk path, etc) local.properties @@ -40,6 +41,7 @@ captures/ *.iml /*.iml /.idea/assetWizardSettings.xml +/.idea/compiler.xml /.idea/gradle.xml /.idea/jarRepositories.xml /.idea/misc.xml diff --git a/husky/.idea/compiler.xml b/husky/.idea/compiler.xml deleted file mode 100644 index fb7f4a8..0000000 --- a/husky/.idea/compiler.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file