fix: copyright updater skips folders like 'modules'

This commit is contained in:
Jun
2025-12-02 12:05:47 +05:30
committed by GitHub
parent 71719db3ab
commit f55fcf7baf
+1 -1
View File
@@ -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