We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c38690 commit 4e510d2Copy full SHA for 4e510d2
sdks/csharp/release~/.gitignore
@@ -1,11 +1,5 @@
1
-# Ignore most of NuGet package structure, except DLLs which are required by Unity.
2
-/*/*/*
+# Ignore DLLs - these will be populated by dotnet restore
+/*/*/*/*/*.dll
3
4
-!/*/*/analyzers
5
-!/*/*/analyzers.meta
6
-
7
-!/*/*/lib
8
-!/*/*/lib.meta
9
10
-# Ignore XML documentation metadata from packages too.
+# Ignore XML documentation
11
*.xml
0 commit comments