Skip to content

Commit 4e510d2

Browse files
committed
Fix release~ .gitignore to allow .meta files at all directory levels
1 parent 2c38690 commit 4e510d2

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

sdks/csharp/release~/.gitignore

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,5 @@
1-
# Ignore most of NuGet package structure, except DLLs which are required by Unity.
2-
/*/*/*
1+
# Ignore DLLs - these will be populated by dotnet restore
2+
/*/*/*/*/*.dll
33

4-
!/*/*/analyzers
5-
!/*/*/analyzers.meta
6-
7-
!/*/*/lib
8-
!/*/*/lib.meta
9-
10-
# Ignore XML documentation metadata from packages too.
4+
# Ignore XML documentation
115
*.xml

0 commit comments

Comments
 (0)