From 1c407e61422f66f87334837d89fe31c7c34083c5 Mon Sep 17 00:00:00 2001 From: Rob Orgiu Date: Mon, 22 Jul 2024 15:34:36 +0200 Subject: [PATCH] Add Drag&Drop feature on the title --- app/.gitignore | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/app/.gitignore b/app/.gitignore index 42afabfd2..ed4afd914 100644 --- a/app/.gitignore +++ b/app/.gitignore @@ -1 +1,5 @@ -/build \ No newline at end of file +/build +/.idea/.gitignore +/.idea/gradle.xml +/.idea/misc.xml +/.idea/vcs.xml