Skip to content

Commit

Permalink
Create .gitattributes (#74)
Browse files Browse the repository at this point in the history
  • Loading branch information
al-kau authored Sep 18, 2023
1 parent a8b7320 commit 37b85d7
Showing 1 changed file with 65 additions and 0 deletions.
65 changes: 65 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@
# Set default behavior to: automatically normalize line endings

* text=auto


# Set file behavior to: treat as text

.editorconfig text
**/.editorconfig text
.gitattributes text
**/.gitattributes text
.gitignore text
**/.gitignore text
*.c text
*.config text
*.cpp text
*.cs text diff=csharp
*.css text
*.cxx text
*.h text
*.htm text diff=html
*.html text diff=html
*.js text
*.json text
*.md text
*.resx text
*.svg text
*.xaml text
*.xml text
*.yaml text
*.yml text


# Win artifacts

*.bat text eol=crlf
*.cmd text eol=crlf
*.ps1 text eol=crlf

# Unix artifacts

*.bash text eol=lf
*.sh text eol=lf


# Set file behavior to: treat as binary

*.dll binary
*.so binary

*.7z binary
*.gz binary
*.tar binary
*.tar.gz binary
*.tgz binary
*.xz binary
*.zip binary

*.gif binary
*.ico binary
*.jpg binary
*.jpeg binary
*.png binary

*.ttf binary

0 comments on commit 37b85d7

Please sign in to comment.