From 6677f73ab3034a39c66ff71e097c449066e3e07b Mon Sep 17 00:00:00 2001 From: Chris Hodapp Date: Mon, 11 May 2020 14:31:47 -0400 Subject: [PATCH] Add .idea stuff --- .idea/.gitignore | 2 ++ .idea/mesh_scratch.iml | 12 ++++++++++++ .idea/modules.xml | 8 ++++++++ .idea/vcs.xml | 6 ++++++ 4 files changed, 28 insertions(+) create mode 100644 .idea/.gitignore create mode 100644 .idea/mesh_scratch.iml create mode 100644 .idea/modules.xml create mode 100644 .idea/vcs.xml diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 0000000..e7e9d11 --- /dev/null +++ b/.idea/.gitignore @@ -0,0 +1,2 @@ +# Default ignored files +/workspace.xml diff --git a/.idea/mesh_scratch.iml b/.idea/mesh_scratch.iml new file mode 100644 index 0000000..9b4cf84 --- /dev/null +++ b/.idea/mesh_scratch.iml @@ -0,0 +1,12 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000..30249d5 --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..35eb1dd --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file