Replies: 2 comments 1 reply
-
Having it behave the same way as .gitignore files seems like the best option to me. It's intuitive and I can't think of any reason why it should be different. Although I'm interested in what the complications are that you mentioned for the |
Beta Was this translation helpful? Give feedback.
-
@shetzel There are situations when we want forceignores have to different behavior while building a package, vs deploying to developer environment. This is one approach we do in a flxbl project While this approach works relatively well, the con being the duplication involved, a better schematic would be kind of override behavior (merge forceignores) and a command or api to display what is getting ignored |
Beta Was this translation helpful? Give feedback.
-
This discussion is based on the issue raised here: .forceigore in submodules overrides parent
Question 1: How desirable is this feature?
Question 2: How should this be supported? The assumption is, "do what git does", but let us know if you have other ideas. Keep in mind that this behavior happens within the
@salesforce/source-deploy-retrieve
library that doesn't require a project.Question 3: What are your usecases?
Beta Was this translation helpful? Give feedback.
All reactions