From da372bc45e167491d86c9bd70db2927891825e2d Mon Sep 17 00:00:00 2001 From: Quentin Dequippe Date: Tue, 9 Jun 2026 11:28:41 +0200 Subject: [PATCH] Add gitattributes --- .gitattributes | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..03cb7df --- /dev/null +++ b/.gitattributes @@ -0,0 +1,5 @@ +/tests export-ignore +/.gitattributes export-ignore +/.gitignore export-ignore +/tools export-ignore +/.github export-ignore \ No newline at end of file