From 16625cb757431a0ef3e1c8a1869dc4209071e4bc Mon Sep 17 00:00:00 2001 From: Steven Fackler Date: Mon, 28 Nov 2016 22:36:08 -0800 Subject: [PATCH] Ignore IDEA files --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index a9d37c5..3b874ca 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,4 @@ target Cargo.lock +.idea +*.iml