From 3c4b0b0d38b2629bfcf4308b9ae2abb611a6822b Mon Sep 17 00:00:00 2001 From: Vincent Langlet Date: Sun, 30 Jul 2023 11:51:50 +0200 Subject: [PATCH] Add docker files to .gitattributes --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitattributes b/.gitattributes index c58e44280..331e303e3 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,6 +1,8 @@ * text=auto /.docker export-ignore +/.dockerignore export-ignore +/docker-compose.yml export-ignore /config.subsplit-publish.json export-ignore /.editorconfig export-ignore /.php-cs-fixer.dist.php export-ignore