Merge pull request #213 from trapd00r/containerfiles

Add Containerfile
This commit is contained in:
Ryan Delaney 2023-12-13 20:35:38 +00:00 committed by GitHub
commit 5fed4ac772
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 2 deletions

View File

@ -6,7 +6,7 @@ repos:
- id: check-useless-excludes
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.1.0
rev: v4.5.0
hooks:
- id: check-merge-conflict
- id: end-of-file-fixer
@ -14,7 +14,7 @@ repos:
args: [--markdown-linebreak-ext=md]
- repo: https://github.com/executablebooks/mdformat
rev: 0.7.13
rev: 0.7.17
hooks:
- id: mdformat
additional_dependencies:

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)