.gitignore 931 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  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
  49. # Eclipse Files
  50. .classpath
  51. .project
  52. .settings
  53. /bin/