1
0
Fork 0
mirror of https://github.com/correl/mage.git synced 2025-02-19 11:07:01 +00:00

Added .gittattributes file to deal with cr/lf problems and git. (We'll see.).

This commit is contained in:
LevelX2 2016-03-04 12:21:16 +01:00
parent 619f6058eb
commit db0674a94d

17
.gitattributes vendored Normal file
View file

@ -0,0 +1,17 @@
# These files are text and should be normalized (convert crlf => lf)
*.cs text diff=csharp
*.cmd text
*.txt text
*.xml text
*.md text
*.mf text
*.java text
*.form text
# Images should be treated as binary
# (binary is a macro for -text -diff)
*.png binary
*.gif binary
*.jepg binary
*.sdf binary