From cb5cffec8a0da9b152c87c57ddcff7a925ac5d45 Mon Sep 17 00:00:00 2001 From: Nick Schonning Date: Wed, 17 Apr 2024 18:48:04 -0400 Subject: [PATCH 1/2] Revert "Hide auto-generated files in code reviews and format Dockerfile templates" --- .gitattributes | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.gitattributes b/.gitattributes index 0a080cf4b..6313b56c5 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,5 +1 @@ * text=auto eol=lf -/*/**/Dockerfile linguist-generated -/*/**/docker-entrypoint.sh linguist-generated -/Dockerfile*.template linguist-language=Dockerfile - From b2c124a3e923e366e9ff8a3abf7ca691aeccccc1 Mon Sep 17 00:00:00 2001 From: Nick Schonning Date: Sat, 11 May 2024 13:50:25 -0400 Subject: [PATCH 2/2] chore: Restore Linguist highlighting for templates --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index 6313b56c5..f83023c16 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1,2 @@ * text=auto eol=lf +/Dockerfile*.template linguist-language=Dockerfile