From d179fdbff5de2bdbaf778d1473af224e5901ba8e Mon Sep 17 00:00:00 2001 From: Christian Cleberg Date: Sat, 29 Mar 2025 22:26:47 -0500 Subject: add .gitattributes --- .gitattributes | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .gitattributes (limited to '.gitattributes') diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..3808cac --- /dev/null +++ b/.gitattributes @@ -0,0 +1,14 @@ +# Automatically normalize line endings for all text-based files +# https://git-scm.com/docs/gitattributes#_end_of_line_conversion + +* text=auto + +# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + +# https://github.com/github/linguist/blob/master/README.md + +*.conf linguist-language=Org + +# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + +/.git* export-ignore -- cgit v1.2.3-70-g09d2