aboutsummaryrefslogtreecommitdiff
path: root/.gitattributes
diff options
context:
space:
mode:
authorChristian Cleberg <hello@cmc.pub>2025-03-29 22:26:47 -0500
committerChristian Cleberg <hello@cmc.pub>2025-03-29 22:26:47 -0500
commitd179fdbff5de2bdbaf778d1473af224e5901ba8e (patch)
tree102f14955c4e917b5fd8484122fa525da337e37a /.gitattributes
parentc0f1c5545a661575fd0f179d545d6dfb6130684c (diff)
downloadcleberg.net-d179fdbff5de2bdbaf778d1473af224e5901ba8e.tar.gz
cleberg.net-d179fdbff5de2bdbaf778d1473af224e5901ba8e.tar.bz2
cleberg.net-d179fdbff5de2bdbaf778d1473af224e5901ba8e.zip
add .gitattributes
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes14
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