mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-10 18:49:23 +01:00
Aminda Suomalainen
f77e15eb68
I know what the files do, but do my readers? Especially when I am using these files as templates for new repositories?
13 lines
426 B
Plaintext
13 lines
426 B
Plaintext
# See https://www.git-scm.com/docs/gitattributes#_effects for more information
|
|
* 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
|
|
*.{bat,[bB][aA][tT]} text eol=crlf
|
|
*.{ahk,[aA][hH][kK]} text eol=crlf
|