summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.gitattributes8
1 files changed, 8 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes
index ea4d28f..6259e42 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -1,3 +1,7 @@
+# Defining attributes per path.
+#
+# For more see: https://git-scm.com/docs/gitattributes
+
# Auto-detect text files, ensure they use LF.
* text=auto eol=lf
@@ -5,6 +9,7 @@
.editorconfig export-ignore linguist-language=INI
.eslintrc export-ignore diff=json linguist-language=JSON
.gitattributes export-ignore
+.gitignore export-ignore
.github export-ignore
go.mod export-ignore
@@ -13,3 +18,6 @@ go.sum export-ignore
*.md linguist-detectable=true linguist-documentation=false
resources/_gen/** linguist-vendored
+
+LICENSE text eol=lf
+README.md linguist-detectable=false linguist-documentation=true