diff --git a/.gitattributes b/.gitattributes index 746ce26e..ee101b39 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,4 +1,9 @@ * text=auto eol=lf linguist-detectable + +# These files are scary, let's not touch them +LICENSE text lockable +CITATION.cff text lockable + # Windows files even in checkout # Ref: https://rehansaeed.com/gitattributes-best-practices/#line-endings *.{reg,[rR][eE][gG]} text eol=crlf