Skip to content

Commit

Permalink
feat: opt code
Browse files Browse the repository at this point in the history
  • Loading branch information
luzhuang committed Dec 20, 2023
1 parent 78bff16 commit c8e4cde
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion packages/core/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down

0 comments on commit c8e4cde

Please sign in to comment.