Skip to content

Commit

Permalink
Add .gitattributes
Browse files Browse the repository at this point in the history
  • Loading branch information
JanCBrammer committed Sep 18, 2024
1 parent 8477339 commit 7bf167c
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# This file configures how Git treats line endings.
# This is important because we're working on both Windows and Unix machines.
# For details see https://adaptivepatchwork.com/2012/03/01/mind-the-end-of-your-line/.

# Git runs CRLF to LF replacement on files marked as `text`
# every time they are written to the object database
# and the reverse replacement when writing to the working directory.
*.c text
*.h text
*.py text
*.sh text
*.md text
*.txt text
*.html text
*.json text
*.yml text
*.yaml text
*.sdf text

*.sqlite binary
*.png binary
*.gz binary
*.exe binary
*.zip binary
*.dll binary
*.docx binary
*.pdf binary

0 comments on commit 7bf167c

Please sign in to comment.