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:
parent
619f6058eb
commit
db0674a94d
1 changed files with 17 additions and 0 deletions
17
.gitattributes
vendored
Normal file
17
.gitattributes
vendored
Normal 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
|
Loading…
Add table
Reference in a new issue