.gitignore 145 B

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