.npmignore 350 B

1234567891011121314151617181920212223242526
  1. /.astro/
  2. /docs/
  3. /docs_html/
  4. /plugins/*
  5. !/plugins/flot-old/
  6. /.github/
  7. /.temp/
  8. /.lgtm.yml
  9. /.cache/
  10. /.idea/
  11. /.browserlistrc
  12. /.bundlewatch.config.json
  13. /.editorconfig
  14. /.eslintignore
  15. /.eslintrc.json
  16. /.gitattributes
  17. /.gitignore
  18. /.gitpod.yml
  19. /.stylelintignore
  20. /.stylelintrc.json
  21. /composer.json
  22. /tsconfig.json
  23. /src/assets/
  24. /src/config/
  25. /src/html/
  26. /src/utils/