9 lines
161 B
Plaintext
Raw Normal View History

2017-07-23 18:30:15 +02:00
#Ignoring Intellij workspace specific folders and files
2017-07-23 20:32:15 +02:00
/**/.idea/workspace.xml
/**/tasks.xml
/**/*.iml
2017-07-23 18:40:20 +02:00
2017-07-23 20:32:15 +02:00
/**/.idea/libraries
#Ignoring target folders
**/target/