From 6491cb513ee840166612a951d1f492fd770df87d Mon Sep 17 00:00:00 2001 From: Frédéric Guillot Date: Thu, 25 Jul 2019 19:56:09 -0700 Subject: Ignore Dockerfiles from git archive --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index b4aa40ec..f4dbe5fd 100644 --- a/.gitattributes +++ b/.gitattributes @@ -8,6 +8,7 @@ app/constants.php export-subst docker export-ignore Dockerfile export-ignore +Dockerfile.* export-ignore docker-compose.yml export-ignore Makefile export-ignore README.md export-ignore -- cgit v1.2.3