.gitignore 544 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. target/
  2. .settings/
  3. *.DS_Store
  4. *.DS_Store/
  5. .Spotlight-V100
  6. .Trashes
  7. Icon?
  8. ehthumbs.db
  9. Thumbs.db
  10. .project
  11. */*.classpath
  12. .metadata
  13. .recommenders
  14. .externalToolBuilders
  15. .tomcatplugin
  16. Servers/
  17. .classpath
  18. *.classpath
  19. eepay-admin/.classpath
  20. mvnw
  21. mvnw.cmd
  22. # Compiled class file
  23. *.class
  24. # Log file
  25. *.log
  26. # BlueJ files
  27. *.ctxt
  28. # Mobile Tools for Java (J2ME)
  29. .mtj.tmp/
  30. # Package Files #
  31. #*.jar
  32. *.war
  33. *.nar
  34. *.ear
  35. *.zip
  36. *.tar.gz
  37. *.rar
  38. *.iml
  39. # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
  40. hs_err_pid*
  41. .idea