fix: remove exec permission from .gitattributes #33140

Problem:
.gitattributes was marked as executable, which isn’t needed for a config
file and goes against the principle of least privilege.

Solution:
Set file mode to 100644 to reflect its intended use.
This commit is contained in:
Ricardo Casía
2025-03-29 13:30:30 +01:00
committed by GitHub
parent 6ef5dd5266
commit 874e214993

0
.gitattributes vendored Executable file → Normal file
View File