mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Include the license in the docs, and ensure it gets updated each year.
This commit is contained in:
@@ -19,8 +19,8 @@ import re
|
||||
import codecs
|
||||
|
||||
ALLOWED_FILE_EXTENSIONS = (
|
||||
".py", ".js", ".sql", ".cpp", ".h", ".rc", ".am", ".wsgi", "pro", "plist",
|
||||
".rst", ".sh", ".in", ".mako", ".ini", ".jsx", ".rtf"
|
||||
".py", ".js", ".sql", ".cpp", ".h", ".rc", ".am", ".wsgi", ".pro", ".plist",
|
||||
".rst", ".sh", ".in", ".mako", ".ini", ".jsx", ".rtf", ".rst", "LICENSE"
|
||||
)
|
||||
|
||||
EXCLUDE_DIR = ("node_modules")
|
||||
|
Reference in New Issue
Block a user