1
0
mirror of https://github.com/gitattributes/gitattributes.git synced 2025-01-22 08:18:50 -05:00

Add Config for Maven-/Gradle-Wrapper-Scripts

Maven and Gradle provide quite common wrapper scripts to use them
without explicitly installing them before.
This is done by `mvnw` and `gradlew` shell scripts,
without an explicit `.sh` extension.
The Windows versions of the scripts to contain the `.cmd` extension,
so there is no need to handle them explicitly.
This commit is contained in:
Daniel Rothmaler 2023-03-10 17:59:41 +01:00
parent 710900479a
commit 695406f496

View File

@ -32,3 +32,7 @@
*.so binary
*.war binary
*.jks binary
# Common build-tool wrapper scripts ('.cmd' versions are handled by 'Common.gitattributes')
mvnw text eol=lf
gradlew text eol=lf