You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The main benefit is that directory artifacts could be created from directories whose contents should not be entirely tracked by Dud.
Option 1: Support .dudignore files that work similarly to .gitignore files. This is likely most useful when there's a pattern that shouldn't be tracked project-wide.
Option 2: Replace Artifact.DisableRecursion with a .gitignore-style list defined in the stage YAML itself. In this approach, YAML files remain standalone; no separate .dudignore file affects the definition of the stage.
Decoupling ignored patterns from the stages/artifacts themselves has strong pros and strong cons.
The text was updated successfully, but these errors were encountered:
kevin-hanselman
changed the title
support .ducignore files to exclude files matching patterns
support .ducignore files to prevent files/directories/patterns from being added as artifacts
Oct 6, 2020
kevin-hanselman
changed the title
support .ducignore files to prevent files/directories/patterns from being added as artifacts
support .dudignore files to prevent files/directories/patterns from being added as artifacts
Mar 7, 2021
kevin-hanselman
changed the title
support .dudignore files to prevent files/directories/patterns from being added as artifacts
Provide a means to prevent files/directories/patterns from being tracked as part of a directory artifact
Sep 3, 2021
The main benefit is that directory artifacts could be created from directories whose contents should not be entirely tracked by Dud.
Option 1: Support .dudignore files that work similarly to .gitignore files. This is likely most useful when there's a pattern that shouldn't be tracked project-wide.
Option 2: Replace
Artifact.DisableRecursion
with a .gitignore-style list defined in the stage YAML itself. In this approach, YAML files remain standalone; no separate .dudignore file affects the definition of the stage.Decoupling ignored patterns from the stages/artifacts themselves has strong pros and strong cons.
The text was updated successfully, but these errors were encountered: