not really known
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

79 lines
1.2 KiB

  1. # Logs
  2. logs
  3. *.log
  4. npm-debug.log*
  5. # Runtime data
  6. pids
  7. *.pid
  8. *.seed
  9. # Directory for instrumented libs generated by jscoverage/JSCover
  10. lib-cov
  11. # Coverage directory used by tools like istanbul
  12. coverage
  13. # Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
  14. .grunt
  15. # node-waf configuration
  16. .lock-wscript
  17. # Compiled binary addons (http://nodejs.org/api/addons.html)
  18. build/Release
  19. # Dependency directory
  20. # https://docs.npmjs.com/misc/faq#should-i-check-my-node-modules-folder-into-git
  21. node_modules
  22. # =========================
  23. # Operating System Files
  24. # =========================
  25. # OSX
  26. # =========================
  27. .DS_Store
  28. .AppleDouble
  29. .LSOverride
  30. # Thumbnails
  31. ._*
  32. # Files that might appear in the root of a volume
  33. .DocumentRevisions-V100
  34. .fseventsd
  35. .Spotlight-V100
  36. .TemporaryItems
  37. .Trashes
  38. .VolumeIcon.icns
  39. # Directories potentially created on remote AFP share
  40. .AppleDB
  41. .AppleDesktop
  42. Network Trash Folder
  43. Temporary Items
  44. .apdisk
  45. # Windows
  46. # =========================
  47. # Windows image file caches
  48. Thumbs.db
  49. ehthumbs.db
  50. # Folder config file
  51. Desktop.ini
  52. # Recycle Bin used on file shares
  53. $RECYCLE.BIN/
  54. # Windows Installer files
  55. *.cab
  56. *.msi
  57. *.msm
  58. *.msp
  59. # Windows shortcuts
  60. *.lnk