.gitignore 137 B

123456789101112131415
  1. target
  2. # mvn hpi:run
  3. work
  4. # IntelliJ IDEA project files
  5. *.iml
  6. *.iws
  7. *.ipr
  8. .idea
  9. # Eclipse project files
  10. .settings
  11. .classpath
  12. .project