From e0ec2bf7e1ff1d441368bca39f155108a49fb194 Mon Sep 17 00:00:00 2001 From: allem Date: Sun, 13 Jan 2019 22:36:02 -0500 Subject: [PATCH] add intellij files --- .gitignore | 4 +--- .idea/.name | 1 + .idea/encodings.xml | 4 ++++ .idea/hopf-fibration.iml | 2 ++ .idea/misc.xml | 12 ++++++++++++ .idea/modules.xml | 8 ++++++++ .idea/vcs.xml | 6 ++++++ 7 files changed, 34 insertions(+), 3 deletions(-) create mode 100644 .idea/.name create mode 100644 .idea/encodings.xml create mode 100644 .idea/hopf-fibration.iml create mode 100644 .idea/misc.xml create mode 100644 .idea/modules.xml create mode 100644 .idea/vcs.xml diff --git a/.gitignore b/.gitignore index 05a71e0..e6157bb 100644 --- a/.gitignore +++ b/.gitignore @@ -147,6 +147,4 @@ fabric.properties # Executables *.exe *.out -*.app - -.idea/ \ No newline at end of file +*.app \ No newline at end of file diff --git a/.idea/.name b/.idea/.name new file mode 100644 index 0000000..bbaf422 --- /dev/null +++ b/.idea/.name @@ -0,0 +1 @@ +hopf \ No newline at end of file diff --git a/.idea/encodings.xml b/.idea/encodings.xml new file mode 100644 index 0000000..15a15b2 --- /dev/null +++ b/.idea/encodings.xml @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/.idea/hopf-fibration.iml b/.idea/hopf-fibration.iml new file mode 100644 index 0000000..f08604b --- /dev/null +++ b/.idea/hopf-fibration.iml @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml new file mode 100644 index 0000000..63d7b51 --- /dev/null +++ b/.idea/misc.xml @@ -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..7c621e4 --- /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..94a25f7 --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file