From c8e4cdee3e3d5cdc6b4bde098b3a8021fdd6e6c2 Mon Sep 17 00:00:00 2001 From: luzhuang <364439895@qq.com> Date: Wed, 20 Dec 2023 17:21:52 +0800 Subject: [PATCH] feat: opt code --- .gitattributes | 1 + packages/core/src/index.ts | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 7f52d89ee5..8734576241 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,3 +1,4 @@ # We'll let Git's auto-detection algorithm infer if a file is text. If it is, # enforce LF line endings regardless of OS or git configurations. +* text=auto eol=lf cypress/fixtures/** filter=lfs diff=lfs merge=lfs -text diff --git a/packages/core/src/index.ts b/packages/core/src/index.ts index 35f051cbc8..fc4f891bf6 100644 --- a/packages/core/src/index.ts +++ b/packages/core/src/index.ts @@ -26,7 +26,7 @@ export type { LoadItem } from "./asset/LoadItem"; export { AssetType } from "./asset/AssetType"; export { ReferResource } from "./asset/ReferResource"; -export * from "./RenderPipeline/Index"; +export * from "./RenderPipeline"; export * from "./base"; export { Background } from "./Background";