onnxruntime/js/.prettierignore
Yulong Wang 99bc45dcbd
[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.
2024-08-26 22:08:26 -07:00

19 lines
356 B
Text

# ignore generated docs
web/docs/
# 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
dist/
# ignore file types that handled by clang-format
**/*.cc
**/*.cpp
**/*.h
**/*.hpp
**/*.java
**/*.mm