-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Exclusions .gitignore should not be excluded #460
Comments
We've added .gitignore file into exclusions because even copying this file from mule 3 project some changes has to be done to add needed exclusions by Studio 7 |
which changes ? if you migrate the api inside a devops there have to be a .gitignore file !!! |
maybe we can create a post migraten step "CreateIrnoreFile" a new .gitignore file will be created "Studio 7" dependend |
Yes, thanks, @holiday-sunrise. We are evaluating options here. Ideally, we believe the tool should merge the new Studio 7 requirements with any existing data in the file. Since this could take some time to implement, we think an option to preserve the file could help in the meantime. What do you think? |
The class CopyFileVisitor uses the Exclusions Enumeration.
There is a exclusion for
GIT(File.separator + ".gitignore"),
this should be removed
And add catalog exlusion
The text was updated successfully, but these errors were encountered: