mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-05-31 01:02:14 +00:00
Add .gitattributes
Normalize line endings to auto Ensure that some file extensions are treated as binary Closes gh-9727
This commit is contained in:
parent
d3f5521cbf
commit
6b3f8cfe4e
10
.gitattributes
vendored
Normal file
10
.gitattributes
vendored
Normal file
@ -0,0 +1,10 @@
|
||||
# Normalize line endings to auto.
|
||||
* text auto
|
||||
|
||||
# Ensure the following are treated as binary.
|
||||
*.cer binary
|
||||
*.jar binary
|
||||
*.jpeg binary
|
||||
*.jpg binary
|
||||
*.keystore binary
|
||||
*.png binary
|
Loading…
x
Reference in New Issue
Block a user