Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Merged
Show file tree
Hide file tree
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
13 changes: 12 additions & 1 deletion 13 .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ bld/
# Uncomment if you have tasks that create the project's static files in wwwroot
#wwwroot/

# Jetbrains Rider cache directory
.idea/

# Visual Studio 2017 auto generated files
Generated\ Files/

Expand Down Expand Up @@ -65,7 +68,6 @@ StyleCopReport.xml
*_p.c
*_h.h
*.ilk
*.meta
*.obj
*.iobj
*.pch
Expand Down Expand Up @@ -353,12 +355,21 @@ MigrationBackup/
# mac-created file to track user view preferences for a directory
.DS_Store

# Analysis results
*.sarif

# Unity

src/MessagePack.UnityClient/bin/*
src/MessagePack.UnityClient/Library/*
src/MessagePack.UnityClient/obj/*
src/MessagePack.UnityClient/Temp/*
src/MessagePack.UnityClient/UserSettings/*
src/MessagePack.UnityClient/Assets/Packages/

# BenchmarkDotNet results
BenchmarkDotNet.Artifacts/

src/MessagePack.UnityClient/.vsconfig

*.lscache
2 changes: 1 addition & 1 deletion 2 azure-pipelines/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:

- job: Linux
pool:
vmImage: Ubuntu 20.04
vmImage: ubuntu-22.04
steps:
- checkout: self
fetchDepth: 0 # avoid shallow clone so nbgv can do its work.
Expand Down
Morty Proxy This is a proxified and sanitized view of the page, visit original site.