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.

.gitignore 363B

1234567891011121314151617181920212223242526272829303132
  1. # ---> NetBeans
  2. nbproject/private/
  3. build/
  4. nbbuild/
  5. dist/
  6. nbdist/
  7. .nb-gradle/
  8. # ---> Java
  9. # Compiled class file
  10. *.class
  11. # Log file
  12. *.log
  13. # BlueJ files
  14. *.ctxt
  15. # Mobile Tools for Java (J2ME)
  16. .mtj.tmp/
  17. # Package Files #
  18. *.jar
  19. *.war
  20. *.ear
  21. *.zip
  22. *.tar.gz
  23. *.rar
  24. # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
  25. hs_err_pid*