From d7ee81cc618b353d985d929bf2577cd84685ba4e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Malte=20Schlu=CC=88ter?= Date: Tue, 24 Oct 2023 19:58:53 +0200 Subject: [PATCH] Add .gitattributes file to prevent downloading unnecessary files when installing the package --- .gitattributes | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..53d5704 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,6 @@ +/.github export-ignore +/dev-ops export-ignore +/tests export-ignore +/.gitattributes export-ignore +/.gitignore export-ignore +/Makefile export-ignore