.gitattributes: lock CITATION & LICENSE

This commit is contained in:
Aminda Suomalainen 2023-02-21 15:34:29 +02:00
parent e66689912f
commit 1f8a81acce
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q

5
.gitattributes vendored
View File

@ -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