From 6581b0badd668e55d9bbc9a889c70541689ef127 Mon Sep 17 00:00:00 2001 From: A Pottinger Date: Sat, 24 Jul 2021 17:09:44 -0700 Subject: [PATCH] Fix intellij tagalongs for #229 --- .idea/.gitignore | 3 ++ .idea/inspectionProfiles/Project_Default.xml | 41 ++++++++++++++++++++ .idea/misc.xml | 2 +- .idea/modules.xml | 29 +++++++------- 4 files changed, 59 insertions(+), 16 deletions(-) create mode 100644 .idea/.gitignore create mode 100644 .idea/inspectionProfiles/Project_Default.xml diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 000000000..26d33521a --- /dev/null +++ b/.idea/.gitignore @@ -0,0 +1,3 @@ +# Default ignored files +/shelf/ +/workspace.xml diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml new file mode 100644 index 000000000..895125f05 --- /dev/null +++ b/.idea/inspectionProfiles/Project_Default.xml @@ -0,0 +1,41 @@ + + + + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml index 1763e153b..b754b3d59 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -1,6 +1,6 @@ - + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml index 6f3482600..ab31269e4 100644 --- a/.idea/modules.xml +++ b/.idea/modules.xml @@ -2,21 +2,20 @@ - - - - - - - - - - - - - - - + + + + + + + + + + + + + + \ No newline at end of file