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
Currently .gitattributes not support nextgen (animated) pictures.
It can lead to issue as they can be seen as TXT file and lead to EOF insertion.
4.x
The text was updated successfully, but these errors were encountered:
Add nextgen picture to .gitattributes in order to prevent git commit/…
d529a0f
…push EOF issue. resolve #16713
Wouldn't these types be needed in cakephp/app and not this repository?
cakephp/app
Sorry, something went wrong.
Added avif but webp seems to already exist.
Successfully merging a pull request may close this issue.
Description
Currently .gitattributes not support nextgen (animated) pictures.
It can lead to issue as they can be seen as TXT file and lead to EOF insertion.
CakePHP Version
4.x
The text was updated successfully, but these errors were encountered: