From 3b649e6855ea849808473349f8213f1304f0c92a Mon Sep 17 00:00:00 2001 From: Joe Robinson Date: Fri, 11 Dec 2015 01:04:51 +0000 Subject: Add .gitignore to ignore IDE files and compiled classes --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..4ef6b74 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +.idea/ +*.iml +/target -- cgit v1.2.3