.gitignore 878 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. *.class
  2. # Mobile Tools for Java (J2ME)
  3. .mtj.tmp/
  4. # Package Files #
  5. *.jar
  6. *.war
  7. *.ear
  8. # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
  9. hs_err_pid*
  10. # =========================
  11. # Operating System Files
  12. # =========================
  13. # OSX
  14. # =========================
  15. .DS_Store
  16. .AppleDouble
  17. .LSOverride
  18. # Thumbnails
  19. ._*
  20. # Files that might appear in the root of a volume
  21. .DocumentRevisions-V100
  22. .fseventsd
  23. .Spotlight-V100
  24. .TemporaryItems
  25. .Trashes
  26. .VolumeIcon.icns
  27. # Directories potentially created on remote AFP share
  28. .AppleDB
  29. .AppleDesktop
  30. Network Trash Folder
  31. Temporary Items
  32. .apdisk
  33. # Windows
  34. # =========================
  35. # Windows image file caches
  36. Thumbs.db
  37. ehthumbs.db
  38. # Folder config file
  39. Desktop.ini
  40. # Recycle Bin used on file shares
  41. $RECYCLE.BIN/
  42. # Windows Installer files
  43. *.cab
  44. *.msi
  45. *.msm
  46. *.msp
  47. # Windows shortcuts
  48. *.lnk