From 1ccab563f460984a115dacd212a7e7909c3f1e29 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gon=C3=A7alo=20Val=C3=A9rio?= Date: Sat, 23 Jun 2018 19:04:45 +0100 Subject: [PATCH] removed iml file, that doesn't belong to the repository --- .gitignore | 3 ++- rusty-hub.iml | 15 --------------- 2 files changed, 2 insertions(+), 16 deletions(-) delete mode 100644 rusty-hub.iml diff --git a/.gitignore b/.gitignore index c77ae5e..0113512 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ /target **/*.rs.bk -.idea \ No newline at end of file +.idea +*.iml \ No newline at end of file diff --git a/rusty-hub.iml b/rusty-hub.iml deleted file mode 100644 index 7fe828a..0000000 --- a/rusty-hub.iml +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - - - - - - \ No newline at end of file