repo-sync / github-sync

⤵️ A GitHub Action for syncing current repository with remote
https://github.com/marketplace/actions/github-repo-sync
MIT License
393 stars 103 forks source link

Ignore File #20

Closed memcoreDE closed 4 years ago

memcoreDE commented 4 years ago

It is possible the ignore some File? Like gitignore.

I like to sync repro´s excluding "Dockerfile", because i will use my own Dockerfile for some Repro´s.

wei commented 4 years ago

You'll want to use something like wei/pull with advanced configurations to merge in changes anytime there's an update.

memcoreDE commented 4 years ago

You'll want to use something like wei/pull with advanced configurations to merge in changes anytime there's an update.

Thanks. I will test it.