Modification .gitignore

This commit is contained in:
Notmoo 2017-07-23 20:32:15 +02:00
parent 6092f069e6
commit b64b43acb6

8
.gitignore vendored
View File

@ -1,9 +1,9 @@
#Ignoring Intellij workspace specific folders and files #Ignoring Intellij workspace specific folders and files
**/workspace.xml /**/.idea/workspace.xml
**/tasks.xml /**/tasks.xml
**/*.iml /**/*.iml
**/.idea/libraries /**/.idea/libraries
#Ignoring target folders #Ignoring target folders
**/target/ **/target/