.headerignore 714 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. # Only support regexp, testing against each relative file path
  2. # based on the echart base directory. And the pattern should
  3. # match the relative path completely.
  4. node_modules
  5. .*\.git
  6. .*\.github
  7. .*\.editorconfig
  8. .*\.gitignore
  9. .*\.jshintrc
  10. .*\.jshintrc-dist
  11. .*\.npmignore
  12. .*\.ratignore
  13. .*\.headerignore
  14. .*\.DS_Store
  15. .*\.idea
  16. .*rat\.iml
  17. __MAC_OS
  18. .*README.md
  19. .*MANIFEST\.txt
  20. DISCLAIMER
  21. NOTICE
  22. KEYS
  23. LICENSE
  24. LICENSE-.+
  25. licenses
  26. map/js
  27. map/json
  28. benchmark/dep/*
  29. test/ut/lib
  30. test/data$
  31. test/lib/esl\.js
  32. test/lib/perlin\.js
  33. test/lib/countup\.js
  34. .*jquery\.min\.js
  35. .*rollup\.browser\.js
  36. .*configure
  37. .+\.json
  38. .+\.map
  39. .+\.gexf
  40. .+\.jar
  41. .+\.bin
  42. .+\.csv
  43. .+\.png
  44. .+\.PNG
  45. .+\.jpg
  46. .+\.JPG
  47. .+\.jpeg
  48. .+\.JPEG
  49. .+\.gif
  50. .+\.GIF
  51. .+\.class