Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
## Ignore Visual Studio temporary files, build results, and
## files generated by popular Visual Studio add-ons.

# Orleans code-gen files
orleans.codegen.cs

# User-specific files
*.suo
*.user
Expand Down Expand Up @@ -138,6 +141,8 @@ publish/
!**/packages/build/
# If using the old MSBuild-Integrated Package Restore, uncomment this:
#!**/packages/repositories.config
# Auto-downloaded nuget.exe
**/[Nn]u[Gg]et.exe

# Windows Azure Build Output
csx/
Expand Down