You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. # Default ignored files
  2. /shelf/
  3. /workspace.xml
  4. #
  5. # Project specific excludes
  6. #
  7. tomcat
  8. #
  9. # Default excludes
  10. #
  11. # Binaries
  12. *.7z
  13. *.dmg
  14. *.gz
  15. *.iso
  16. *.jar
  17. *.rar
  18. *.tar
  19. *.zip
  20. *.war
  21. *.ear
  22. *.sar
  23. *.class
  24. *.nar
  25. *.tar.gz
  26. # Maven
  27. target/
  28. # IntelliJ project files
  29. *.iml
  30. *.iws
  31. *.ipr
  32. .idea/
  33. # eclipse project file
  34. .settings/
  35. .classpath
  36. .project
  37. # NetBeans specific
  38. nbproject/private/
  39. build/
  40. nbbuild/
  41. dist/
  42. nbdist/
  43. nbactions.xml
  44. nb-configuration.xml
  45. # OS
  46. .DS_Store
  47. # Misc
  48. *.swp
  49. release.properties
  50. pom.xml.releaseBackup
  51. pom.xml.tag
  52. # Log file
  53. *.log
  54. # BlueJ files
  55. *.ctxt
  56. # Mobile Tools for Java (J2ME)
  57. .mtj.tmp/
  58. # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
  59. hs_err_pid*