From e86a42decb1ec8ce7862415635632ff19fca7814 Mon Sep 17 00:00:00 2001 From: Aran Wilkinson Date: Tue, 30 May 2017 10:06:09 +0100 Subject: [PATCH] Add .idea folder to gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..723ef36 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.idea \ No newline at end of file