mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2024-12-23 07:34:35 -06:00
Include rtf files in the copyright updater.
This commit is contained in:
parent
365cbc34f5
commit
419bb7f995
@ -20,7 +20,7 @@ import codecs
|
|||||||
|
|
||||||
ALLOWED_FILE_EXTENSIONS = (
|
ALLOWED_FILE_EXTENSIONS = (
|
||||||
".py", ".js", ".sql", ".cpp", ".h", ".rc", ".am", ".wsgi", "pro", "plist",
|
".py", ".js", ".sql", ".cpp", ".h", ".rc", ".am", ".wsgi", "pro", "plist",
|
||||||
".rst", ".sh", ".in", ".mako", ".ini", ".jsx"
|
".rst", ".sh", ".in", ".mako", ".ini", ".jsx", ".rtf"
|
||||||
)
|
)
|
||||||
|
|
||||||
EXCLUDE_DIR = ("node_modules")
|
EXCLUDE_DIR = ("node_modules")
|
||||||
|
Loading…
Reference in New Issue
Block a user