From 8fea35b4a67132558a0fa486b4f91b0f6d15459a Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Sun, 26 Jul 2020 14:50:48 -0700 Subject: [PATCH] aux files --- .gitignore | 3 ++- seaweedfs-operator.iml | 14 ++++++++++++++ 2 files changed, 16 insertions(+), 1 deletion(-) create mode 100644 seaweedfs-operator.iml diff --git a/.gitignore b/.gitignore index 6d652c9..3b39b42 100644 --- a/.gitignore +++ b/.gitignore @@ -77,4 +77,5 @@ tags # End of https://www.gitignore.io/api/go,vim,emacs,visualstudiocode ### GoLand ### -.idea \ No newline at end of file +.idea +bin/* diff --git a/seaweedfs-operator.iml b/seaweedfs-operator.iml new file mode 100644 index 0000000..1190b7b --- /dev/null +++ b/seaweedfs-operator.iml @@ -0,0 +1,14 @@ + + + + + + + + + + + + \ No newline at end of file