Skip to content

Commit

Permalink
Commit Cargo.lock (#1947)
Browse files Browse the repository at this point in the history
More reproducable builds and necessary for CG.
  • Loading branch information
heaths authored Dec 6, 2024
1 parent 1461940 commit 8d74a60
Show file tree
Hide file tree
Showing 2 changed files with 3,461 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,17 +1,20 @@
# Build output.
target/

# User secrets.
.env
Cargo.lock

# Editor user customizations.
.vscode/launch.json
.idea/

# Editor temp files.
*~
*.code-workspace
*.rs.bk
*.swo
*.swp
*.vim

# temporary folder to refresh SDK with TypeSpec
# Temporary folder to refresh SDK with TypeSpec.
TempTypeSpecFiles/
Loading

0 comments on commit 8d74a60

Please sign in to comment.