Skip to content

Commit

Permalink
Setup repo to support client generation with tsp-client (#1845)
Browse files Browse the repository at this point in the history
* add emitter configs

* ignore TempTypeSpecFiles dir

* update gitattributes

* update emitter-package.json to use specific versions

---------

Co-authored-by: Catalina Peralta <caperal@microsoft.com>
  • Loading branch information
catalinaperalta and cperaltah authored Oct 29, 2024
1 parent 6a7faef commit 2b6016b
Show file tree
Hide file tree
Showing 4 changed files with 2,640 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
# may be invalid. You need to run "cargo update" again.
Cargo.lock merge=binary

*package-lock.json merge=binary

# Use unix line endings everywhere, even on Windows
* text=auto eol=lf
sdk/**/src/generated/**/*.rs linguist-generated=true
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,6 @@ Cargo.lock
*.swo
*.swp
*.vim

# temporary folder to refresh SDK with TypeSpec
TempTypeSpecFiles/
Loading

0 comments on commit 2b6016b

Please sign in to comment.