diff options
Diffstat (limited to '')
-rw-r--r-- | .github/mlc_config.json | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.github/mlc_config.json b/.github/mlc_config.json new file mode 100644 index 0000000..be01fdb --- /dev/null +++ b/.github/mlc_config.json @@ -0,0 +1,10 @@ +{ + "ignorePatterns": [ + { + "pattern": "^/assets" + }, + { + "pattern": "^https://archive.org" + } + ] +}
\ No newline at end of file |