cloudfoundry / cloudfoundry/cf-java-client
Add support for .cfignore file
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 334
- Forks
- 319
- PR merge metrics
- No merged PRs in 30d
Description
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.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the Cloud Foundry deployment documentation linked in the issue, then inspect the Gradle plugin's application upload and file-exclusion handling. Determine where ignore files are processed and verify that a project's .cfignore rules affect the uploaded files; the issue provides no specific source file or test to run.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- build-system
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100