.rat-excludes 401 B

123456789101112131415161718192021222324
  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/**