.npmignore 244 B

123456789101112131415161718192021222324
  1. node_modules/
  2. npm-debug.log
  3. ### vim ###
  4. .*.s[a-w][a-z]
  5. *.un~
  6. Session.vim
  7. .netrwhist
  8. *~
  9. .versions
  10. ### OSX ###
  11. .DS_Store
  12. .AppleDouble
  13. .LSOverride
  14. Icon
  15. # Thumbnails
  16. ._*
  17. # Files that might appear on external disk
  18. .Spotlight-V100
  19. .Trashes
  20. .idea