mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-17 08:34:26 -04:00
Update archivebox/search/backends/ripgrep.py
Co-authored-by: Nick Sweeting <git@sweeting.me>
This commit is contained in:
parent
aa53f4f088
commit
9b6afa36a3
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ import re
|
||||||
from subprocess import run, PIPE, DEVNULL
|
from subprocess import run, PIPE, DEVNULL
|
||||||
from typing import List, Generator
|
from typing import List, Generator
|
||||||
|
|
||||||
from archivebox.config import ARCHIVE_DIR, RIPGREP_BINARY
|
from archivebox.config import ARCHIVE_DIR, RIPGREP_VERSION
|
||||||
from archivebox.util import enforce_types
|
from archivebox.util import enforce_types
|
||||||
|
|
||||||
RG_IGNORE_EXTENSIONS = ('css','js','orig','svg')
|
RG_IGNORE_EXTENSIONS = ('css','js','orig','svg')
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue