fix: copyright updater skips folders like 'modules'
parent
71719db3ab
commit
f55fcf7baf
|
|
@ -23,7 +23,7 @@ ALLOWED_FILE_EXTENSIONS = (
|
|||
"LICENSE", "Dockerfile", "Makefile", ".ts", ".tsx"
|
||||
)
|
||||
|
||||
EXCLUDE_DIR = ("node_modules")
|
||||
EXCLUDE_DIR = ("node_modules",)
|
||||
|
||||
|
||||
# Filter the files by its extension
|
||||
|
|
|
|||
Loading…
Reference in New Issue