Skip to content

Commit 1808ae1

Browse files
authored
Merge pull request #28 from codatio/speakeasy-sdk-regen-1708618377
chore: 🐝 Update SDK - Generate Sync for Commerce library
2 parents 8741b4b + ab630c8 commit 1808ae1

File tree

287 files changed

+35531
-23
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

287 files changed

+35531
-23
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
#
2+
# https://help.github.com/articles/dealing-with-line-endings/
3+
#
4+
# Linux start script should use lf
5+
/gradlew text eol=lf
6+
7+
# These are Windows script files and should use crlf
8+
*.bat text eol=crlf
9+
10+
# This allows generated code to be indexed correctly
11+
*.java linguist-generated=false
12+

β€Žsync-for-commerce/.gitignoreβ€Ž

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Ignore Gradle project-specific cache directory
2+
.gradle
3+
# Ignore Gradle build output directory
4+
build
5+
bin/
6+
# Ignore IDE-specific configs
7+
.project
8+
.settings/
9+
.DS_Store

β€Žsync-for-commerce/.speakeasy/gen.lockβ€Ž

Lines changed: 305 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
Β (0)