From f051b907f70e5f44ac97e76bd214549d0a64aecd Mon Sep 17 00:00:00 2001 From: Bryson Zimmerman Date: Fri, 25 Oct 2024 23:21:10 -0400 Subject: [PATCH] Make run configurations separate from workspace.xml --- .idea/runConfigurations/Build___Run.xml | 9 ++++++++ .../HierarchicalPathfinding.xml | 22 +++++++++++++++++++ 2 files changed, 31 insertions(+) create mode 100644 .idea/runConfigurations/Build___Run.xml create mode 100644 .idea/runConfigurations/HierarchicalPathfinding.xml diff --git a/.idea/runConfigurations/Build___Run.xml b/.idea/runConfigurations/Build___Run.xml new file mode 100644 index 0000000..5d399d4 --- /dev/null +++ b/.idea/runConfigurations/Build___Run.xml @@ -0,0 +1,9 @@ + + + + \ No newline at end of file diff --git a/.idea/runConfigurations/HierarchicalPathfinding.xml b/.idea/runConfigurations/HierarchicalPathfinding.xml new file mode 100644 index 0000000..6d61c6d --- /dev/null +++ b/.idea/runConfigurations/HierarchicalPathfinding.xml @@ -0,0 +1,22 @@ + + + + + + + true + true + false + false + + + \ No newline at end of file