mraleson / piku

A small command line utility for managing CircuitPython projects
MIT License
13 stars 3 forks source link

Feature: Include a way to specify an ignore or exlude files #2

Open mraleson opened 2 years ago

mraleson commented 2 years ago

Currently files that are excluded from being removed or copied are hard coded in Piku. In Discord, Tekktrik suggested it would be nice to be able to specify files you don't want copied to or removed from the device or perhaps some git integration.

Options might be adding an exclude and ignore list to the pyproject.toml or setting a path to an ignore file in the same place?

tekktrik commented 2 years ago

Thanks for adding this!