AssetProcessorGemConfig.setreg 1.1 KB

123456789101112131415161718192021222324252627282930313233
  1. {
  2. "Amazon": {
  3. "AssetProcessor": {
  4. "Settings": {
  5. "Exclude PythonTest Benchmark Settings Assets": {
  6. "glob": "*/PythonTests/*.benchmarksettings"
  7. },
  8. "Exclude fbx_tests": {
  9. "glob": "*/fbx_tests/assets/*"
  10. },
  11. "Exclude wwise_bank_dependency_tests": {
  12. "glob": "*/wwise_bank_dependency_tests/assets/*"
  13. },
  14. "Exclude AssetProcessorTestAssets": {
  15. "glob": "*/asset_processor_tests/assets/*"
  16. },
  17. "Exclude Restricted AssetProcessorTestAssets": {
  18. "glob": "*/asset_processor_tests/restricted/*"
  19. },
  20. "Exclude AssetBundlerTestAssets": {
  21. "glob": "*/asset_bundler_tests/assets/*"
  22. },
  23. "Exclude Scene Tests": {
  24. "glob": "*/scene_tests/assets/*"
  25. },
  26. "Exclude Metadata Tests": {
  27. "glob": "*/metadata_relocation_tests/assets/*"
  28. }
  29. }
  30. }
  31. }
  32. }