From 1d0d996af43c848c88d6e6fca75fe1a7b2abe442 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 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