mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-10-29 01:32:33 +00:00
8 lines
224 B
YAML
8 lines
224 B
YAML
# Copyright (c) HashiCorp, Inc.
|
|
# SPDX-License-Identifier: BUSL-1.1
|
|
|
|
paths-ignore:
|
|
- '**/*.mdx' # any file ending in .mdx
|
|
- '**/*.md' # any file ending in .md
|
|
- '**/*_test.go' # any file ending in _test.go
|