.gitignore 158 B

1234567891011121314151617
  1. target/
  2. .settings/
  3. .classpath
  4. /bin/
  5. /target/
  6. .project
  7. ### IntelliJ IDEA ###
  8. .idea
  9. *.iws
  10. *.iml
  11. *.ipr
  12. ### MacOS ###
  13. .DS_Store
  14. META-INF/context.xml
  15. /src/test/