Skip to content

Commit 2e29be8

Browse files
committed
add .openapi-generator
1 parent 362f468 commit 2e29be8

File tree

3 files changed

+452
-0
lines changed

3 files changed

+452
-0
lines changed

.openapi-generator-ignore

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
README.md
2+
composer.json
3+
composer.lock
4+
phpunit.xml
5+
6+
config/fireblocks.php
7+
src/Fireblocks.php
8+
src/Client.php
9+
src/Config.php
10+
src/ServiceProvider.php
11+
src/Facades/Fireblocks.php
12+
src/Exceptions/FireblocksException.php
13+
14+
tests/
15+
scripts/
16+
.gitignore
17+
.git/
18+
LICENSE
19+
openapitools.json
20+
src/Helpers/
21+
src/Traits/
22+
src/Integrations/
23+
vendor/
24+
25+
.env*
26+
.vscode/
27+
.idea/
28+
*.local
29+
30+
31+
storage/
32+
bootstrap/cache/
33+
public/storage

0 commit comments

Comments
 (0)