From 60e511385f27093808cc4ebb6eed6d13fe9db570 Mon Sep 17 00:00:00 2001 From: Notmoo Date: Sun, 23 Jul 2017 18:40:20 +0200 Subject: [PATCH] Modification .gitignore --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index c01c41cd..8559c98b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,6 @@ #Ignoring Intellij workspace specific folders and files **/workspace.xml **/tasks.xml -**/*.iml \ No newline at end of file +**/*.iml + +**/.idea/libraries \ No newline at end of file