.gitignore 876 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. # Created by .ignore support plugin (hsz.mobi)
  2. ### macOS template
  3. # General
  4. .DS_Store
  5. .AppleDouble
  6. .LSOverride
  7. # Icon must end with two \r
  8. Icon
  9. # Thumbnails
  10. ._*
  11. # Files that might appear in the root of a volume
  12. .DocumentRevisions-V100
  13. .fseventsd
  14. .Spotlight-V100
  15. .TemporaryItems
  16. .Trashes
  17. .VolumeIcon.icns
  18. .com.apple.timemachine.donotpresent
  19. # Directories potentially created on remote AFP share
  20. .AppleDB
  21. .AppleDesktop
  22. Network Trash Folder
  23. Temporary Items
  24. .apdisk
  25. ### Java template
  26. # Compiled class file
  27. *.class
  28. # Log file
  29. *.log
  30. # BlueJ files
  31. *.ctxt
  32. # Mobile Tools for Java (J2ME)
  33. .mtj.tmp/
  34. # Package Files #
  35. *.jar
  36. *.war
  37. *.nar
  38. *.ear
  39. *.zip
  40. *.tar.gz
  41. *.rar
  42. # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
  43. hs_err_pid*
  44. ### Example user template template
  45. ### Example user template
  46. # IntelliJ project files
  47. .idea
  48. target
  49. *.iml
  50. out
  51. gen