Skip to content
Snippets Groups Projects
Commit 6bddbe0e authored by Tobias Feldmann's avatar Tobias Feldmann
Browse files

.gitattributes added

parent 3a243b72
No related branches found
No related tags found
No related merge requests found
### Set the default behavior for text files (lineendings will be converted by git)
* text=auto
### Declare files that will always have CRLF line endings on checkout (Example: windows bat file)
*.bat text eol=crlf
### Declare files that will always have LF line endings on checkout. (Example: linux .sh script)
*.sh text eol=lf
### Denote all files that are truly binary and should not be modified.
*.png binary
*.jpg binary
*.jasper binary
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment