From 33d65fb33af27647032976ebf4c1f81ba48b3eba Mon Sep 17 00:00:00 2001 From: Steven Tang Date: Thu, 17 Feb 2022 22:21:10 +1100 Subject: [PATCH] ref: add .gitattributes file for line normalisation --- .gitattributes | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..87cfc57 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,6 @@ +* text=auto +*.db -text +*.png -text +*.br -text +*.ico -text +*.woff2 -text