amtrack / force-dev-tool

[DEPRECATED] Command line tool supporting the Force.com development lifecycle
MIT License
108 stars 37 forks source link

.forceignore doesn't ignore with create changeset #143

Closed froucher closed 4 years ago

froucher commented 6 years ago

With sfdx ".forceignore" works with the command "force:source:convert", but with "force-dev-tool create changeset" the content of ".forceignore" is not ignored.

Could this issue has sense? If yes, maybe at the end of next month I could make a PR.

Stepan007 commented 6 years ago

I think .forceignore in case of force-dev-tool works for "force-dev-tool fetch" only, correct me if I'm wrong.

amtrack commented 6 years ago

@froucher , @Stepan007 The .forceignore file is currently being used in the package command and optionally in the fetch command (using --use-forceignore). Yes, i would accept a PR adding this functionality to the changeset command.

Nazareena commented 6 years ago

Please let us know when forceignore functionality gets added to changeset command

g1b3r commented 5 years ago

Hello

Can you please let me know when this functionality will be available to use. Or maybe someone have better version how to exclude something from deployment ?

BR

amtrack commented 4 years ago

It is possible to exclude files using git.

Closing this issue as wontfix.