You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As part of exercism/meta#107 we will need to update cmd/prepare.go to accept the list of file extensions from the API in addition to the ignore patterns. The key will be named extensions, and it will be an array of bare extensions (no dot): ["cpp", "h"].
The text was updated successfully, but these errors were encountered:
As part of exercism/meta#107 we will need to update
cmd/prepare.go
to accept the list of file extensions from the API in addition to the ignore patterns. The key will be namedextensions
, and it will be an array of bare extensions (no dot):["cpp", "h"]
.The text was updated successfully, but these errors were encountered: