Skip to content

Commit adb6961

Browse files
committed
Update API description to pass Redoc lint
1 parent bc795b6 commit adb6961

File tree

4 files changed

+3460
-111
lines changed

4 files changed

+3460
-111
lines changed

.gitignore

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,27 @@
1+
# dependencies
2+
/node_modules
3+
4+
# logs
5+
npm-debug.log*
6+
yarn-debug.log*
7+
yarn-error.log*
8+
pnpm-debug.log*
9+
10+
# environment files
11+
.env
12+
.env.local
13+
.env.*.local
14+
15+
# build outputs
16+
/dist
17+
/build
18+
/out
19+
20+
# cache
21+
.cache
22+
.npm
23+
.eslintcache
24+
25+
# editor / OS files
126
.DS_Store
27+
*.swp

0 commit comments

Comments
 (0)