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

Compare commits

...

4 Commits

Author SHA1 Message Date
MaikelChan
316e08c26a
Merge 27750c2a39 into 46a8961ad7 2025-01-21 17:22:04 +01:00
Jozef Izso
46a8961ad7
Merge pull request #235 from runningcode/patch-1
Add handling for windows .bat files
2025-01-21 14:49:30 +01:00
Nelson Osacky
a5244cbd8e
Add handling for windows .bat files
This is based on this line in the Gradle/gradle repo: https://github.com/gradle/gradle/blob/master/.gitattributes#L9
2025-01-21 13:43:56 +01:00
MaikelChan
27750c2a39
Added .tgz Unity packages. 2024-11-23 01:04:11 +01:00
2 changed files with 4 additions and 0 deletions

View File

@ -38,3 +38,6 @@
# Common build-tool wrapper scripts ('.cmd' versions are handled by 'Common.gitattributes')
mvnw text eol=lf
gradlew text eol=lf
# These are explicitly windows files and should use crlf
*.bat text eol=crlf

View File

@ -131,6 +131,7 @@ Assets/Plugins/** linguist-vendored
*.gz lfs
*.rar lfs
*.tar lfs
*.tgz lfs
*.zip lfs
# Compiled Dynamic Library