From 392e15b4a2f2008a5869a356f23dc4f3d40a4647 Mon Sep 17 00:00:00 2001 From: Ziggy Date: Sat, 11 Jan 2025 23:43:44 +0100 Subject: [PATCH] Added a shared "Clean" IDEA run configuration for convenience, so you never have to go digging for the "clean" Gradle task --- .idea/runConfigurations/Clean.xml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 .idea/runConfigurations/Clean.xml diff --git a/.idea/runConfigurations/Clean.xml b/.idea/runConfigurations/Clean.xml new file mode 100644 index 000000000..ccdb4f9c1 --- /dev/null +++ b/.idea/runConfigurations/Clean.xml @@ -0,0 +1,24 @@ + + + + + + + true + true + false + false + + + \ No newline at end of file