重新修正忽视规则,防止clone后项目无法复现

This commit is contained in:
tianmo
2026-08-30 01:00:12 +08:00
parent a516777eb6
commit bd1204f1b9
133 changed files with 69225 additions and 2 deletions
+39
View File
@@ -0,0 +1,39 @@
export * from './Animation.js';
export * from './AnimationState.js';
export * from './AnimationStateData.js';
export * from './AtlasAttachmentLoader.js';
export * from './Bone.js';
export * from './BoneData.js';
export * from './ConstraintData.js';
export * from './AssetManagerBase.js';
export * from './Event.js';
export * from './EventData.js';
export * from './IkConstraint.js';
export * from './IkConstraintData.js';
export * from './PathConstraint.js';
export * from './PathConstraintData.js';
export * from './Skeleton.js';
export * from './SkeletonBinary.js';
export * from './SkeletonBounds.js';
export * from './SkeletonClipping.js';
export * from './SkeletonData.js';
export * from './SkeletonJson.js';
export * from './Skin.js';
export * from './Slot.js';
export * from './SlotData.js';
export * from './Texture.js';
export * from './TextureAtlas.js';
export * from './TransformConstraint.js';
export * from './TransformConstraintData.js';
export * from './Triangulator.js';
export * from './Updatable.js';
export * from './Utils.js';
export * from './polyfills.js';
export * from './attachments/Attachment.js';
export * from './attachments/AttachmentLoader.js';
export * from './attachments/BoundingBoxAttachment.js';
export * from './attachments/ClippingAttachment.js';
export * from './attachments/MeshAttachment.js';
export * from './attachments/PathAttachment.js';
export * from './attachments/PointAttachment.js';
export * from './attachments/RegionAttachment.js';