From 38d9802d12118999dfbb1bba40b84288f655d148 Mon Sep 17 00:00:00 2001 From: w0rp Date: Thu, 9 Feb 2017 19:34:31 +0000 Subject: [PATCH] Don't export the custom-checks script in archives --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index 394e02d..d9c0b18 100644 --- a/.gitattributes +++ b/.gitattributes @@ -5,3 +5,4 @@ /README.md export-ignore /img export-ignore /test export-ignore +/custom-checks export-ignore