1
0
mirror of synced 2025-07-22 03:21:50 +03:00

Added .gitattributes file to prevent git from changing line endings (#1872)

of text files using as data for tests.
This commit is contained in:
Hlado
2024-06-30 18:16:48 +03:00
committed by GitHub
parent 388a8c007c
commit 177d8420a1
2 changed files with 3 additions and 0 deletions

2
.gitattributes vendored Normal file
View File

@ -0,0 +1,2 @@
/test/www*/dir/*.html text eol=lf
/test/www*/dir/*.txt text eol=lf

1
.gitignore vendored
View File

@ -35,4 +35,5 @@ Release
ipch
*.dSYM
.*
!/.gitattributes
!/.travis.yml