setregbuilder.assetprocessor.setreg 1.2 KB

12345678910111213141516171819202122232425262728293031323334
  1. //
  2. // Copyright (c) Contributors to the Open 3D Engine Project.
  3. // For complete copyright and license terms please see the LICENSE at the root of this distribution.
  4. //
  5. // SPDX-License-Identifier: Apache-2.0 OR MIT
  6. //
  7. //
  8. //
  9. {
  10. "Amazon":
  11. {
  12. "AssetBuilder":
  13. {
  14. "SettingsRegistry":
  15. {
  16. // List of entries that will not be added to the game.*.setreg files by the Settings Registry Builder.
  17. // Use json pointers as the format for entries. If the target pointed to is an object or array the
  18. // members or entries will be recursively ignored as well.
  19. "Excludes":
  20. [
  21. "/Amazon/AzCore/Runtime",
  22. "/Amazon/AzCore/Bootstrap/engine_path",
  23. "/Amazon/AzCore/Bootstrap/project_path",
  24. "/Amazon/AzCore/Bootstrap/project_cache_path",
  25. "/Amazon/AzCore/Bootstrap/project_user_path",
  26. "/Amazon/AzCore/Bootstrap/project_log_path",
  27. "/Amazon/Project/Settings/Build/project_build_path",
  28. "/O3DE/Runtime"
  29. ]
  30. }
  31. }
  32. }
  33. }