aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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