jbampton opened a new issue, #12827: URL: https://github.com/apache/cloudstack/issues/12827
For very selective builds, a robust strategy is to ignore everything by default (*) and then use the negation pattern (!) to explicitly include only the necessary files or directories. Example: ``` # Ignore everything * # Include only what's needed !src/ !package.json !package-lock.json ``` Seems it has not been updated for 8 years: https://github.com/apache/cloudstack/blob/main/.dockerignore -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
