mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-02-22 01:31:25 -08:00
26 lines
505 B
JSON
26 lines
505 B
JSON
|
{
|
||
|
"ignorePatterns": [
|
||
|
{
|
||
|
"pattern": "^http://localhost"
|
||
|
},
|
||
|
{
|
||
|
"pattern": "yyyymmdd-xxx.md"
|
||
|
},
|
||
|
{
|
||
|
"pattern": "https://support.gatsbyjs.com/hc/en-us/articles/360053096273-Why-did-I-hit-Out-of-Memory-errors-"
|
||
|
},
|
||
|
{
|
||
|
"pattern": "^http://www.datasciencetoolkit.org"
|
||
|
},
|
||
|
{
|
||
|
"pattern": "^https://github.com/usds/environmental-justice/"
|
||
|
}
|
||
|
],
|
||
|
"replacementPatterns": [
|
||
|
{
|
||
|
"pattern": "^/",
|
||
|
"replacement": "{{BASEURL}}/"
|
||
|
}
|
||
|
]
|
||
|
}
|