.gitignore 603 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. # Created by .ignore support plugin (hsz.mobi)
  2. ### Java template
  3. # Compiled class file
  4. *.class
  5. # Log file
  6. *.log
  7. # BlueJ files
  8. *.ctxt
  9. # Mobile Tools for Java (J2ME)
  10. .mtj.tmp/
  11. # Package Files #
  12. *.jar
  13. *.war
  14. *.nar
  15. *.ear
  16. *.zip
  17. *.tar.gz
  18. *.rar
  19. # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
  20. hs_err_pid*
  21. ### Example user template template
  22. ### Example user template
  23. # IntelliJ project files
  24. .idea
  25. *.iml
  26. out
  27. gen
  28. /4dkankan-application/target/
  29. /4dkankan-base/target/
  30. /4dkankan-common/target/
  31. /4dkankan-modeling/target/
  32. /4dkankan-scene/target/
  33. /4dkankan-web/target/