We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8b764d commit 757d8c2Copy full SHA for 757d8c2
1 file changed
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