-
Notifications
You must be signed in to change notification settings - Fork 102
Open
Labels
good first issueGood for newcomersGood for newcomersin: sbm-support-rewriteIssue is related to the sbm-support-rewrite compionentIssue is related to the sbm-support-rewrite compionenttype: enhancementNew feature or requestNew feature or request
Description
What needs to be done
Contents of .gitignore should be ignored when scanning a given application with PathScanner.
Why it needs to be done
Some resources and dirs (like target) are ignored by default, this can be configured by setting sbm.ignoredPathsPatterns. But all ignored resources in .gitignore should also be ignored.
Acceptance Criteria
Given the project to migrate contains a resource some-file.txt
When the .gitgnore contains some-file.txt
Then PathScanner.scan(Path) should not return the ignored resource(s)
It must handle all kinds of ignore patterns from .gitignore.
Additional Information
See sbm.ignoredPathsPatterns in components/sbm-core/src/main/resources/application-core.properties
See PathScanner
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomersin: sbm-support-rewriteIssue is related to the sbm-support-rewrite compionentIssue is related to the sbm-support-rewrite compionenttype: enhancementNew feature or requestNew feature or request