With the .acsfstageignore file, you can determine the files that should be
skipped. This file must contain a list of file patterns and live in the root of
the git repository in the deployed production codebase. This file skipping
approach is effective for regular staging operations when there are a standard
set of files or directories that are skipped for most staging operations. The
.acsfstageignore file provides a way of keeping these patterns in the
codebase when the files that need skipping are not changed often.
The .acsfstageignore file must be committed to the git repository.
Therefore, any changes to this file requires a code release in production.
Site Factory does not take the ignore file into consideration if the Skip site files override textbox is populated while configuring a staging operation.
The Skip site files override textbox field in the user interface enables
you to override the .acsfstageignore file while configuring a staging
operation from the dashboard. This is used to:
Skip different sets of files.
Skip a unique set of files for a single staging.
The Skip site files override operation follows the exact same syntax and pattern structure as the ignore file.
If the Skip site files override field is populated, the patterns
included in the .acsfstageignore file is ignored.
When using the .acsfstageignore file or the Skip site files override
textbox, all files on the non-production environment (glossary term, activate to view definition) are deleted. The files
that do not match the patterns are synced from production.
If this content did not answer your questions, try searching or contacting our support team for further assistance.
If this content did not answer your questions, try searching or contacting our support team for further assistance.