From ffdabe5367f6edbc026826a54a7e0e8c4859dcaa Mon Sep 17 00:00:00 2001 From: Reshetnikov_AS Date: Sun, 3 Mar 2024 02:20:57 +0400 Subject: [PATCH] export-ignore --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..54d8f7e9 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,3 @@ +.github export-ignore +.src export-ignore +.tests export-ignore