.rat-excludes 469 B

12345678910111213141516171819202122232425262728
  1. .rat-excludes
  2. logs/*
  3. **/*.conf
  4. **/*.json
  5. **/*.md
  6. *.iml
  7. **/*.iml
  8. **/build.marker
  9. **/dependency-reduced-pom.xml
  10. **/target/**
  11. **/bootstrap.min.css
  12. **/bootstrap.min.js
  13. **/dataTables.bootstrap.min.css
  14. **/dataTables.bootstrap.min.js
  15. **/jquery.dataTables.min.js
  16. **/jquery-3.2.1.min.js
  17. **/fonts/**
  18. **/livy_python_api.egg-info/*
  19. **/*.txt
  20. **/MANIFEST.in
  21. **/setup.cfg
  22. **/derby.log
  23. **/metastore_db/**
  24. **/.eggs/**
  25. **/Gemfile.lock
  26. **/jquery-2.1.1.min.js
  27. docs/**/*.html
  28. docs/**/JB/**