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:
parent
710900479a
commit
695406f496
@ -32,3 +32,7 @@
|
|||||||
*.so binary
|
*.so binary
|
||||||
*.war binary
|
*.war binary
|
||||||
*.jks binary
|
*.jks binary
|
||||||
|
|
||||||
|
# Common build-tool wrapper scripts ('.cmd' versions are handled by 'Common.gitattributes')
|
||||||
|
mvnw text eol=lf
|
||||||
|
gradlew text eol=lf
|
Loading…
Reference in New Issue
Block a user