Skip to content

Commit 4e1e1c4

Browse files
committed
docs: add cspell dictionary for project vocabulary
1 parent ca3de28 commit 4e1e1c4

1 file changed

Lines changed: 26 additions & 0 deletions

File tree

.cspell.json

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
{
2+
"version": "0.2",
3+
"language": "en",
4+
"words": [
5+
"qtsurfer",
6+
"QTSurfer",
7+
"backtest",
8+
"backtesting",
9+
"Backtest",
10+
"Backtesting",
11+
"binance",
12+
"BTCUSDT",
13+
"USDT",
14+
"heyapi",
15+
"jitpack",
16+
"openapi",
17+
"openjdk",
18+
"getenv"
19+
],
20+
"ignorePaths": [
21+
"node_modules",
22+
"target",
23+
".mvn",
24+
"pom.xml"
25+
]
26+
}

0 commit comments

Comments
 (0)