1
0
mirror of https://github.com/jhillyerd/inbucket.git synced 2025-12-17 17:47:03 +00:00

git: do not treat golden files as text (#452)

This commit is contained in:
James Hillyerd
2023-11-29 17:13:04 -08:00
committed by GitHub
parent 32b83e6345
commit 288288ee85

1
.gitattributes vendored
View File

@@ -1,5 +1,6 @@
# Auto detect text files and perform LF normalization # Auto detect text files and perform LF normalization
* text=auto * text=auto
*.golden -text
*.raw -text *.raw -text
# Custom for Visual Studio # Custom for Visual Studio