.npmignore 234 B

123456789101112131415161718192021222324
  1. .DS_Store
  2. .gitignore
  3. .rvmrc
  4. .jshintrc
  5. .travis.yml
  6. .rspec
  7. Gemfile
  8. Gemfile.lock
  9. Rakefile
  10. Gruntfile.js
  11. *.gemspec
  12. *.nuspec
  13. bench/*
  14. configurations/*
  15. components/*
  16. dist/cdnjs/*
  17. dist/components/*
  18. spec/*
  19. src/*
  20. tasks/*
  21. tmp/*
  22. publish/*
  23. vendor/*