mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2024-12-22 23:23:57 -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 = (
|
||||
".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")
|
||||
|
Loading…
Reference in New Issue
Block a user