.gitignore 50 B

123456
  1. **/target/
  2. .idea
  3. *.iml
  4. *.class
  5. *Test.java
  6. **/test/