cmc/cleberg.net

My personal web garden & blog.

clone: git clone https://gitbay.org/cmc/cleberg.net.git

1d0d996af43c848c88d6e6fca75fe1a7b2abe442

unsigned

author: Christian Cleberg <hello@cleberg.net> · 2025-03-30T03:26:47Z

add .gitattributes
 .gitattributes | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

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