From 2f60f255af5d615ca31d554035fe8268ecc9825c Mon Sep 17 00:00:00 2001 From: jvoisin Date: Mon, 4 Mar 2024 14:12:58 +0100 Subject: Add a .gitattributes file to simplify releases --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..3cf8f7f --- /dev/null +++ b/.gitattributes @@ -0,0 +1,3 @@ +.gitattributes export-ignore +.github/** export-ignore +.gitignore export-ignore -- cgit v1.3