.gitignore 138 B

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