[js] add big data file to formatter ignore list (#21767)

### Description

Add the big data file `web/test/data/ops/pad-big.jsonc` to formatter
ignore list. This file slows down the formatter quite a lot at local.
This commit is contained in:
Yulong Wang 2024-08-26 22:08:26 -07:00 коммит произвёл GitHub
Родитель 422e6e6fb0
Коммит 99bc45dcbd
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
1 изменённых файлов: 4 добавлений и 1 удалений

Просмотреть файл

@ -1,7 +1,10 @@
# ignore generated docs
web/docs/
# this JSON file is too large, so it takes too long to format it.
# these JSON file is too large, so it takes too long to format it.
web/test/data/ops/pad-big.jsonc
web/test/testdata-config.json
web/test/ort.test.js
node/test/testdata/squeezenet.input0.json
# ignore dist folder