.rat-excludes 585 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. .gitignore
  2. .gitattributes
  3. .gitkeep
  4. .coverage
  5. .coveragerc
  6. .codecov.yml
  7. .eslintrc
  8. .eslintignore
  9. .flake8
  10. .prettierrc
  11. .rat-excludes
  12. .*log
  13. .*pyc
  14. .*lock
  15. .*geojson
  16. DISCLAIMER
  17. licenses/*
  18. node_modules/*
  19. rat-results.txt
  20. babel-node
  21. dist
  22. superset/static/*
  23. build
  24. superset.egg-info
  25. apache_superset.egg-info
  26. .idea
  27. .*sql
  28. .*zip
  29. .*lock
  30. # json and csv in general cannot have comments
  31. .*json
  32. .*csv
  33. # Generated doc files
  34. env/*
  35. docs/_build/*
  36. docs/_modules/*
  37. docs/_static/*
  38. _build/*
  39. _static/*
  40. .buildinfo
  41. searchindex.js
  42. # auto generated
  43. requirements.txt
  44. # vendorized
  45. vendor/*
  46. # github configuration
  47. .github/*