Add Containerfile and .containerignore

This commit is contained in:
Ryan Delaney 2023-12-13 15:33:45 -05:00
parent eadc123d13
commit 0a753144c1
1 changed files with 2 additions and 0 deletions

View File

@ -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)