From 2026b0afda7b01a6ffdacd33f9ef28b15a468a8b Mon Sep 17 00:00:00 2001 From: Paco8 <5084042+Paco8@users.noreply.github.com> Date: Sat, 25 Sep 2021 16:23:27 +0200 Subject: [PATCH] Add .gitattributes --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..f838205 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,3 @@ +.github/ export-ignore +.gitattributes export-ignore +.gitignore export-ignore