diff --git a/.copywrite.hcl b/.copywrite.hcl new file mode 100644 index 0000000..6b00248 --- /dev/null +++ b/.copywrite.hcl @@ -0,0 +1,13 @@ +# (OPTIONAL) Overrides the copywrite config schema version +# Default: 1 +schema_version = 1 + +project { + # (OPTIONAL) A list of globs that should not have copyright or license headers . + # Supports doublestar glob patterns for more flexibility in defining which + # files or folders should be ignored + # Default: [] + header_ignore = [ + "tests/snapshot/**" + ] +}