summaryrefslogtreecommitdiffstats
path: root/identify
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2021-12-29 14:39:27 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2021-12-29 14:39:27 +0000
commit9ad39a2df5dcb8c5dcdfb48df8d8f332f313e9ec (patch)
tree50e97905f07387645882935a0abcd95181baf5b3 /identify
parentReleasing debian version 2.4.0-1. (diff)
downloadidentify-9ad39a2df5dcb8c5dcdfb48df8d8f332f313e9ec.tar.xz
identify-9ad39a2df5dcb8c5dcdfb48df8d8f332f313e9ec.zip
Merging upstream version 2.4.1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'identify')
-rw-r--r--identify/extensions.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/identify/extensions.py b/identify/extensions.py
index de41c1a..8267bad 100644
--- a/identify/extensions.py
+++ b/identify/extensions.py
@@ -269,6 +269,7 @@ NAMES = {
'.mention-bot': EXTENSIONS['json'] | {'mention-bot'},
'.npmignore': {'text', 'npmignore'},
'.pdbrc': EXTENSIONS['py'] | {'pdbrc'},
+ '.prettierignore': {'text', 'gitignore', 'prettierignore'},
'.pypirc': EXTENSIONS['ini'] | {'pypirc'},
'.rstcheck.cfg': EXTENSIONS['ini'],
'.yamllint': EXTENSIONS['yaml'] | {'yamllint'},