Skip to content

Commit

Permalink
Init git repository
Browse files Browse the repository at this point in the history
  • Loading branch information
walterlv committed May 24, 2024
0 parents commit 0723061
Show file tree
Hide file tree
Showing 2 changed files with 456 additions and 0 deletions.
57 changes: 57 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
# Auto detect text files and perform LF normalization
* text=false

# Custom for Visual Studio
*.cs diff=csharp
*.sln merge=text
*.csproj merge=text
*.vbproj merge=text
*.fsproj merge=text
*.dbproj merge=text

# Standard to msysgit
*.doc diff=astextplain
*.DOC diff=astextplain
*.docx diff=astextplain
*.DOCX diff=astextplain
*.dot diff=astextplain
*.DOT diff=astextplain
*.pdf diff=astextplain
*.PDF diff=astextplain
*.rtf diff=astextplain
*.RTF diff=astextplain

# ignore file

*.mp3 -diff
*.wav -diff
*.enas -diff
*.png -diff
*.jpg -diff
*.psd -diff
*.gif -diff

# binary
*.avi binary
*.bmp binary
*.exr binary
*.ico binary
*.jpeg binary
*.jpg binary
*.png binary

*.a binary
*.so binary
*.dll binary
*.jar binary

*.pdf binary
*.pbxproj binary
*.vec binary
*.doc binary
*.dia binary

# CR/LF

*.bat text eol=crlf
*.sh text eol=lf
Loading

0 comments on commit 0723061

Please sign in to comment.