We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I want to exclude a specific file from the deployement, but only in the root directory. According to this logic:
/composer.json -> shall not be deployed /site/example/composer.json -> shall be deployed
/composer.json -> shall not be deployed
/site/example/composer.json -> shall be deployed
Glob Patterns Tool
In the linked glob pattern testing tool this logic can be implemented, but it does not work in my tests. See here:
Glob Tool Test
Any ideas or is this actually a bug?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I want to exclude a specific file from the deployement, but only in the root directory. According to this logic:
/composer.json -> shall not be deployed
/site/example/composer.json -> shall be deployed
Glob Patterns Tool
In the linked glob pattern testing tool this logic can be implemented, but it does not work in my tests. See here:
Glob Tool Test
Any ideas or is this actually a bug?
The text was updated successfully, but these errors were encountered: