From 6b73cf75b816693518c3238c0ced199c8cf69eaf Mon Sep 17 00:00:00 2001 From: Richard Patel Date: Sat, 27 Oct 2018 04:13:05 +0200 Subject: [PATCH] Add .gitignore --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..d827413 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +/.idea/ +.DS_Store \ No newline at end of file