.gitignore 674 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. #忽略
  2. node_modules/grunt/
  3. node_modules/grunt*/
  4. node_modules/jquery/
  5. issue
  6. npm-debug.log
  7. # Windows image file caches
  8. Thumbs.db
  9. ehthumbs.db
  10. # Folder config file
  11. Desktop.ini
  12. # Recycle Bin used on file shares
  13. $RECYCLE.BIN/
  14. # Windows Installer files
  15. *.cab
  16. *.msi
  17. *.msm
  18. *.msp
  19. # =========================
  20. # Operating System Files
  21. # =========================
  22. # OSX
  23. # =========================
  24. .DS_Store
  25. .AppleDouble
  26. .LSOverride
  27. # Icon must end with two \r
  28. Icon
  29. # Thumbnails
  30. ._*
  31. # Files that might appear on external disk
  32. .Spotlight-V100
  33. .Trashes
  34. # Directories potentially created on remote AFP share
  35. .AppleDB
  36. .AppleDesktop
  37. Network Trash Folder
  38. Temporary Items
  39. .apdisk