Skip to content

ignore 的冲突问题 #26

@popomore

Description

@popomore

.gitignore 中配置了 lib,因为 lib 目录是代码生成的

.npmignore 未配置 lib,因为这个代码是被最终依赖的代码,所以 npm publish 会带上 lib

但是现在 spm 会读取所有的 ignore 文件进行忽略,这样就会有问题

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions