pyecharts / pyecharts-gallery

Just use pyecharts to imitate Echarts official example.
https://gallery.pyecharts.org
MIT License
1.19k stars 585 forks source link

fixing file removal not to swipe .git metadata #38

Closed villelaitila closed 3 years ago

villelaitila commented 4 years ago

In my Linux system, that find expression couldn't match with .git directory, and caused removal of .git metadata. This is harmful for open source contributors especially.

Now also printing the command to make this behavior more explicit.


This change is Reviewable