diff options
author | Thomas Voss <mail@thomasvoss.com> | 2023-11-18 23:48:17 +0100 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2023-11-18 23:48:17 +0100 |
commit | 03b3e800169cd73d2eb19d6fcef4b3b8ed2da4a8 (patch) | |
tree | ededad80bb7a382407c5696210749556b26b8cf7 /.gitattributes | |
parent | 88bfcada3abb36cb8fa433535cdef9e3f41a1132 (diff) |
Add a gitattributes file
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..6a7a556 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,5 @@ +* text=auto eol=lf + +*.jpg binary +*.png binary +*.woff2 binary |