25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

.gitignore 290 B

2 년 전
12345678910111213141516171819202122232425
  1. # Compiled class file
  2. *.class
  3. # Log file
  4. *.log
  5. # BlueJ files
  6. *.ctxt
  7. # Mobile Tools for Java (J2ME)
  8. .mtj.tmp/
  9. target
  10. # Package Files #
  11. *.jar
  12. *.war
  13. *.ear
  14. *.zip
  15. *.tar.gz
  16. *.rar
  17. *.iml
  18. .idea
  19. # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
  20. hs_err_pid*