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 9bfdc4c commit 75799d1Copy full SHA for 75799d1
1 file changed
.gitignore
@@ -57,7 +57,7 @@ _ReSharper*
57
*.ncrunch*
58
.*crunch*.local.xml
59
60
-# Installshield output folder
+# Installshield output folder
61
[Ee]xpress
62
63
# DocProject is a documentation generator add-in
@@ -121,13 +121,11 @@ sandbox/SandboxConsoleApp/MemoryPackLogs/
121
/sandbox/SandboxWebApp/node_modules
122
123
# Unity
124
-
125
src/MemoryPack.Unity/Library/*
126
src/MemoryPack.Unity/Temp/*
127
src/MemoryPack.Unity/Logs/*
128
129
-src/MemoryPack.Unity/*.csproj
+src/MemoryPack.Unity/[Uu]ser[Ss]ettings/
130
src/MemoryPack.Unity/*.sln
+src/MemoryPack.Unity/*.csproj
131
src/MemoryPack.Unity/MemoryPack.*.unitypackage
132
133
-.DS_Store
+!src/MemoryPack.Unity/Packages/
0 commit comments