arco-design / arco-design-pro

An out-of-the-box solution to quickly build enterprise-level applications based on Arco Design.
https://pro.arco.design
MIT License
485 stars 95 forks source link

修改错误的文件名 #7

Closed frisktale closed 3 years ago

frisktale commented 3 years ago

Types of changes

Background and context

Solution

How is the change tested?

Changelog

Changelog(CN) Changelog(EN) Related issues

Checklist:

Other information

PengJiyuan commented 3 years ago

文件名设置成 gitignore 是为了让它作为模版存在于 template 中,在初始化的时候会重命名为 .gitignore。不过目前这里的逻辑可能有些问题,我们看下

kirazxyun commented 3 years ago

你好,gitignore 是特意去掉点的,因为在 npm publish 会被忽略掉,在通过工具初始化项目的时候会把点加回来。