Skip to content

Commit 32faacd

Browse files
committed
Set up project configuration and build scripts for MONEI Python SDK
- Add package.json with build and release scripts - Configure OpenAPI generator with config.json and openapitools.json - Create post-build and release shell scripts - Update .gitignore for Yarn and project-specific files - Add .yarnrc.yml to configure node modules linking
1 parent d2e4209 commit 32faacd

File tree

8 files changed

+63
-180
lines changed

8 files changed

+63
-180
lines changed

.gitignore

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -69,19 +69,19 @@ target/
6969

7070
##### MONEI Custom
7171

72-
build/node_modules/
73-
build/openapi.json
72+
node_modules/
73+
openapi.json
7474
test.py
7575

7676
.idea
7777

7878
# Yarn
79-
/build/.yarn/*
80-
!/build/.yarn/patches
81-
!/build/.yarn/plugins
82-
!/build/.yarn/releases
83-
!/build/.yarn/sdks
84-
!/build/.yarn/versions
79+
.yarn/*
80+
!.yarn/patches
81+
!.yarn/plugins
82+
!.yarn/releases
83+
!.yarn/sdks
84+
!.yarn/versions
8585

8686
##### UV specific
8787
.uv/.cache/
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)