From c85634d04b62afee7c19df96fb5e7285c6d90a15 Mon Sep 17 00:00:00 2001 From: lav45 Date: Fri, 12 Jan 2024 11:14:52 +0300 Subject: [PATCH] Ignore project files --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitattributes b/.gitattributes index 4a219f1..70f5370 100644 --- a/.gitattributes +++ b/.gitattributes @@ -4,3 +4,6 @@ /phpunit.xml.dist export-ignore /.gitattributes export-ignore /.gitignore export-ignore +/.github export-ignore +/container export-ignore +/Dockerfile export-ignore