Skip to content
Snippets Groups Projects
.gitattributes 169 B
Newer Older
  • Learn to ignore specific revisions
  • # Declare files that always have LF line endings on checkout
    * text eol=lf
    
    # Denote all files that are truly binary and should not be modified
    *.bmp binary
    *.ttf binary