.gitignore 155 B

1234567891011121314151617
  1. target/
  2. ### STS ###
  3. .apt_generated
  4. .classpath
  5. .factorypath
  6. .project
  7. .settings
  8. .springBeans
  9. ### IntelliJ IDEA ###
  10. .idea
  11. *.iws
  12. *.iml
  13. *.ipr
  14. output/*
  15. logs/*