Skip to content

Commit 2b6016b

Browse files
Setup repo to support client generation with tsp-client (Azure#1845)
* add emitter configs * ignore TempTypeSpecFiles dir * update gitattributes * update emitter-package.json to use specific versions --------- Co-authored-by: Catalina Peralta <[email protected]>
1 parent 6a7faef commit 2b6016b

File tree

4 files changed

+2640
-0
lines changed

4 files changed

+2640
-0
lines changed

.gitattributes

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
# may be invalid. You need to run "cargo update" again.
33
Cargo.lock merge=binary
44

5+
*package-lock.json merge=binary
6+
57
# Use unix line endings everywhere, even on Windows
68
* text=auto eol=lf
79
sdk/**/src/generated/**/*.rs linguist-generated=true

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,6 @@ Cargo.lock
1212
*.swo
1313
*.swp
1414
*.vim
15+
16+
# temporary folder to refresh SDK with TypeSpec
17+
TempTypeSpecFiles/

0 commit comments

Comments
 (0)