Application's source stores should ignore everything in any destination store. If we have a build store that happens to be under a source store, like:
- / <- the source root
- /_build <- the build destination
If we have certain apps using / as a source (like the plain app), they might find documents in the /_build directory (especially if the static app moved them there).
No matter what, all of the possible destination directories are not to be searched for documents.
Application's source stores should ignore everything in any destination store. If we have a build store that happens to be under a source store, like:
If we have certain apps using
/as a source (like the plain app), they might find documents in the /_build directory (especially if the static app moved them there).No matter what, all of the possible destination directories are not to be searched for documents.