From 6944d4cd77170506ce4941a98590d0383fb8145c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Paulo=20Gr=C3=A1cio?= Date: Wed, 16 Apr 2014 13:51:14 +0100 Subject: [PATCH] Added .gitignore --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..bc7f801 --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +*.iml +.idea/ +node_modules/ +src/main/webapp/lib/bower \ No newline at end of file