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