Is your feature request related to a problem? Please describe.
When trying to use pydriller's Git wrapper to get the list of files in the repository, the result does not include .github/workflows because this method exclude any paths with .git in it.
Describe the solution you'd like
Can it include .github/workflows as the result?
Thank you.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
When trying to use pydriller's Git wrapper to get the list of files in the repository, the result does not include
.github/workflowsbecause this method exclude any paths with.gitin it.Describe the solution you'd like
Can it include
.github/workflowsas the result?Thank you.
The text was updated successfully, but these errors were encountered: