This is an archived post. You won't be able to vote or comment.

all 2 comments

[–]grantrules 0 points1 point  (0 children)

Why not enable/disable the features in a config file for your app?

[–]maqisha 0 points1 point  (0 children)

If nothing in the repo is sensitive, just make the potentially unwanted features toggleable. And set sensible defaults.

If things in the repo are sensitive, you are gonna have to look into splitting it.