.rat-excludes 506 B

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