mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-14 20:48:00 +00:00
### 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.
19 lines
356 B
Text
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
|