Allow exclude section to point at existing ignore file #2265
Labels
help wanted
Need some extra hands to get this done.
status/ready
Issue ready to be worked on.
type/enhancement
Issue that requests a new feature or improvement.
Description
Most container-based applications already have a .dockerignore and a .gitignore file, it'd be great to be able to point to one of these files for the exclude section of your project descriptor.
Proposed solution
--exclude_list .dockerignore
Either option would read .dockerignore and utilize that as the exclude option for the pack instead of listing them out.
Describe alternatives you've considered
Additional context
The text was updated successfully, but these errors were encountered: