aboutsummaryrefslogtreecommitdiff
path: root/.gitattributes
diff options
context:
space:
mode:
authorRoman Gräf <romangraef@loves.dicksinhisan.us>2020-08-12 12:22:12 +0200
committerRoman Gräf <romangraef@loves.dicksinhisan.us>2020-08-12 12:22:12 +0200
commitcc6d301bac4ce319565f0165388559480eb38b41 (patch)
treee7b7da4fef5b2c5754555c5210e6be2ae740cbca /.gitattributes
downloadtagtooltip-cc6d301bac4ce319565f0165388559480eb38b41.tar.gz
tagtooltip-cc6d301bac4ce319565f0165388559480eb38b41.tar.bz2
tagtooltip-cc6d301bac4ce319565f0165388559480eb38b41.zip
MDK Base
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes5
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes
new file mode 100644
index 0000000..f811f6a
--- /dev/null
+++ b/.gitattributes
@@ -0,0 +1,5 @@
+# Disable autocrlf on generated files, they always generate with LF
+# Add any extra files or paths here to make git stop saying they
+# are changed when only line endings change.
+src/generated/**/.cache/cache text eol=lf
+src/generated/**/*.json text eol=lf