From 52373b9cf71759205f8357bbf1d152e5745e91b1 Mon Sep 17 00:00:00 2001 From: Francisco Pessano Date: Sun, 9 Apr 2023 01:12:06 -0300 Subject: [PATCH] preventing Dockerfile files visualization on GitHub --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..32ab0e1 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +*.Dockerfile linguist-vendored