.npmignore 393 B

12345678910111213141516171819202122232425262728
  1. # Pre-processed locale data output from Ldml2JsonConverter
  2. cldr/
  3. data/
  4. # test262 compiled python files
  5. *.pyc
  6. # Ignore test262 output
  7. *.log
  8. # d8 artifact
  9. .d8_history
  10. # The NPM package only needs runtime files.
  11. # (It doesn't need anything used during development of this library.)
  12. tools/
  13. tests/
  14. coverage/
  15. tasks/
  16. tmp/
  17. .travis.yml
  18. Gruntfile.js
  19. # source files
  20. src/
  21. scripts/
  22. locale-data/json/