mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2026-08-17 16:34:44 -05:00
fix: copyright updater skips folders like 'modules'
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user