From 0a753144c17bc151546c45f05792aa68d498a813 Mon Sep 17 00:00:00 2001 From: Ryan Delaney Date: Wed, 13 Dec 2023 15:33:45 -0500 Subject: [PATCH] Add Containerfile and .containerignore --- LS_COLORS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/LS_COLORS b/LS_COLORS index 58978be..42325fb 100644 --- a/LS_COLORS +++ b/LS_COLORS @@ -334,6 +334,8 @@ STICKY_OTHER_WRITABLE 48;5;235;38;5;139;3 # core .vb 38;5;81 # VBA .vba 38;5;81 # VBA .vbs 38;5;81 # VBA +*Containerfile 38;5;155 # Build process # Containers +.containerignore 38;5;240 # Build process # Containers *Dockerfile 38;5;155 # Build process (Docker) .dockerignore 38;5;240 # Build process (Docker) *Makefile 38;5;155 # Build process (Make)