From feb1ac8c39ce7b6f12cc1ac2fbca61b0de0d8440 Mon Sep 17 00:00:00 2001 From: Felix Engelhardt Date: Mon, 4 Mar 2024 16:25:51 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A8=20.gitignore:=20ignore=20all=20of?= =?UTF-8?q?=20.idea/?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 15 +-- .idea/codeStyles/Project.xml | 129 ------------------- .idea/codeStyles/codeStyleConfig.xml | 5 - .idea/inspectionProfiles/Project_Default.xml | 41 ------ 4 files changed, 4 insertions(+), 186 deletions(-) delete mode 100644 .idea/codeStyles/Project.xml delete mode 100644 .idea/codeStyles/codeStyleConfig.xml delete mode 100644 .idea/inspectionProfiles/Project_Default.xml diff --git a/.gitignore b/.gitignore index b535eb6..92fb50c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,14 +1,7 @@ *.iml -.gradle -/local.properties -/.idea/* -!/.idea/codeStyles/ -!/.idea/inspectionProfiles/ -!/.idea/dictionaries/ +.gradle/ +local.properties +.idea/ .DS_Store -/build -/captures -.externalNativeBuild -.cxx -mixpanel-android/build +build/ *.keystore diff --git a/.idea/codeStyles/Project.xml b/.idea/codeStyles/Project.xml deleted file mode 100644 index 5d65ab9..0000000 --- a/.idea/codeStyles/Project.xml +++ /dev/null @@ -1,129 +0,0 @@ - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/codeStyles/codeStyleConfig.xml b/.idea/codeStyles/codeStyleConfig.xml deleted file mode 100644 index 79ee123..0000000 --- a/.idea/codeStyles/codeStyleConfig.xml +++ /dev/null @@ -1,5 +0,0 @@ - - - - \ No newline at end of file diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml deleted file mode 100644 index 44ca2d9..0000000 --- a/.idea/inspectionProfiles/Project_Default.xml +++ /dev/null @@ -1,41 +0,0 @@ - - - - \ No newline at end of file