diff --git a/.gitea/workflows/ps3.yaml b/.gitea/workflows/ps3.yaml index 2baea691..4583712d 100644 --- a/.gitea/workflows/ps3.yaml +++ b/.gitea/workflows/ps3.yaml @@ -38,7 +38,7 @@ jobs: /m - name: Zip Build - run: 7z a -r LCE${{ matrix.platform }}.zip ./${{ matrix.platform }}_${{ inputs.configuration }}/* "-x!*.a" "-x!*.pch" "-x!*.elf" "-x!*.map" + run: 7z a -r LCE${{ matrix.platform }}.zip ./${{ matrix.platform }}_${{ inputs.configuration }}/* "-x!*.a" "-x!*.pch" "-x!*.elf" "-x!*.self" "-x!*.map" - name: Stage artifacts run: | diff --git a/.gitea/workflows/release.yaml b/.gitea/workflows/release.yaml index f498e94d..9e58ba54 100644 --- a/.gitea/workflows/release.yaml +++ b/.gitea/workflows/release.yaml @@ -69,7 +69,7 @@ jobs: } elseif ("${{ matrix.platform }}" -eq "PSVita") { 7z a -r "LCEPSVita.zip" "./PSVita_${{ matrix.configuration }}/PSVITA_GAME/*" } elseif ("${{ matrix.platform }}" -eq "PS3") { - 7z a -r "LCEPS3.zip" "./PS3_${{ matrix.configuration }}/*" "-x!*.a" "-x!*.pch" "-x!*.elf" "-x!*.map" + 7z a -r "LCEPS3.zip" "./PS3_${{ matrix.configuration }}/*" "-x!*.a" "-x!*.pch" "-x!*.elf" "-x!*.self" "-x!*.map" } elseif ("${{ matrix.platform }}" -eq "Xbox360") { 7z a -r "LCEXbox360.zip" "./X360_${{ matrix.configuration }}/*" "-x!*.pdb" "-x!*.pch" "-x!*.xdb" } else { diff --git a/.gitignore b/.gitignore index 0632105c..89805a14 100644 --- a/.gitignore +++ b/.gitignore @@ -45,4 +45,5 @@ *-app *.sdf *.opensdf -*.v11.suo \ No newline at end of file +*.v11.suo +*.vcxproj.user \ No newline at end of file diff --git a/Minecraft.Client/Minecraft.Client.vcxproj.user b/Minecraft.Client/Minecraft.Client.vcxproj.user deleted file mode 100644 index 695b5c78..00000000 --- a/Minecraft.Client/Minecraft.Client.vcxproj.user +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/Minecraft.World/Minecraft.World.vcxproj.user b/Minecraft.World/Minecraft.World.vcxproj.user deleted file mode 100644 index 695b5c78..00000000 --- a/Minecraft.World/Minecraft.World.vcxproj.user +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file