diff options
author | Christian Cleberg <hello@cmc.pub> | 2025-03-29 22:26:47 -0500 |
---|---|---|
committer | Christian Cleberg <hello@cmc.pub> | 2025-03-29 22:26:47 -0500 |
commit | d179fdbff5de2bdbaf778d1473af224e5901ba8e (patch) | |
tree | 102f14955c4e917b5fd8484122fa525da337e37a | |
parent | c0f1c5545a661575fd0f179d545d6dfb6130684c (diff) | |
download | cleberg.net-d179fdbff5de2bdbaf778d1473af224e5901ba8e.tar.gz cleberg.net-d179fdbff5de2bdbaf778d1473af224e5901ba8e.tar.bz2 cleberg.net-d179fdbff5de2bdbaf778d1473af224e5901ba8e.zip |
add .gitattributes
-rw-r--r-- | .gitattributes | 14 |
1 files changed, 14 insertions, 0 deletions
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 |