dfetch-org / dfetch

Dependency fetcher
https://dfetch.rtfd.io/
MIT License
10 stars 4 forks source link

Add possibility to ignore files #571 #572

Closed spoorcc closed 5 months ago

spoorcc commented 6 months ago

Implements #571

Adds ignore field:

- name: SomeInterestingProject
  url: some-remote-server/SomeInterestingProject.git
  ignore:
  - SomeFolder/SomeOtherSubFolder
  - SomeFolder/SomeSubFolder/SomeFile.md

Testing

pip install https://github.com/dfetch-org/dfetch/archive/feature/ignore-field.zip
ben-edna commented 6 months ago

Tests failing due to #428