Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Containerfile #213

Merged
merged 2 commits into from
Dec 13, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ 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
- id: trailing-whitespace
args: [--markdown-linebreak-ext=md]

- repo: https://github.com/executablebooks/mdformat
rev: 0.7.13
rev: 0.7.17
hooks:
- id: mdformat
additional_dependencies:
Expand Down
2 changes: 2 additions & 0 deletions LS_COLORS
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
Loading