From 6555670856fdd055761c2d43718914431d552e85 Mon Sep 17 00:00:00 2001 From: Marco Dickert Date: Tue, 19 Mar 2019 14:27:04 +0100 Subject: [PATCH] .gitattributes: Exclude source files Signed-off-by: Marco Dickert --- .gitattributes | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/.gitattributes b/.gitattributes index 50b6f6d..fe44ce3 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,4 +1,7 @@ -ifm.php -diff -ifm.min.php -diff -build/* -diff -src/includes/ace.js -diff +ifm.php -diff +ifm.min.php -diff +build/* -diff +src/includes/ace.js -diff + +src export-ignore +compiler.php export-ignore