cf-java-client
cf-java-client copied to clipboard
Add support for .cfignore file
In cloud foundry documentation https://docs.cloudfoundry.org/devguide/deploy-apps/prepare-to-deploy.html we can find following sentence:
"By default, when you push an application, all files in the application’s project directory tree are uploaded to your Cloud Foundry instance, except version control or configuration files with the following file extensions:
.cfignore
...."
It will be great if gradle plugin also interpret properly .cfignore
file content.
This won't be done to the V1 plugin, but will be included in the V2 plugins.
Hi team, Would you let me know whether any solution for this issue has been released or not?
It seems that this issue would have been solved at 2.18.0.RELEASE but the release does not contain such code (1, 2, 3).
I also want to know about #810 .
Thanks in advance.
hi ,
is there any workaround solution available for this issue?? I also want to know about #810 .