From 93dfcb58feb5f632a7e70cbc4d68d848e57e602a Mon Sep 17 00:00:00 2001 From: Francisco Pessano Date: Sun, 9 Apr 2023 01:14:19 -0300 Subject: [PATCH] preventing docker-compose files visualization on GitHub --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index 32ab0e1..d505e2a 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1,2 @@ *.Dockerfile linguist-vendored +*.docker-compose.yml linguist-vendored