Skip to content
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
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
bin
obj
out
artifacts
pack
TestResults
Expand All @@ -12,6 +13,7 @@ BenchmarkDotNet.Artifacts
.idea
local.settings.json
.env
.next
*.local

*.suo
Expand Down
2 changes: 1 addition & 1 deletion .netconfig
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
[file ".gitignore"]
url = https://github.com/devlooped/oss/blob/main/.gitignore
sha = 12c18e78c4bbab118b798d04344e5a5253216841
etag = 69c38c664debe4cbb8b68a87bacb1c93d0ac9757635c31a42292317f05484728
etag = 09b499201361a59fad0036e925f4008cdd7bdc6723ba37ff18cc509e6024b2bf
weak
[file "Directory.Build.rsp"]
url = https://github.com/devlooped/oss/blob/main/Directory.Build.rsp
Expand Down
Loading