From dfaa34c8c514807b1fa05027ca0bef883a656e54 Mon Sep 17 00:00:00 2001 From: Athozus Date: Wed, 10 Apr 2024 18:33:30 +0200 Subject: [PATCH] Ignore mtt tests and screenshot at release --- .gitattributes | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..05588a5 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,5 @@ +mtt.lua export-ignore +docker-compose.yml export-ignore +*.spec.lua export-ignore +test/* export-ignore +screenshot_* export-ignore