diff options
| author | rtm516 <rtm516@users.noreply.github.com> | 2026-03-02 08:14:14 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-03-02 15:14:14 +0700 |
| commit | e15bd26917cca606800c025371e61129109af004 (patch) | |
| tree | d8ead40563c82fc44e937618536bc4ec09de2254 /.gitignore | |
| parent | 09e0c04f7b9d2d357715dc908ff0094dcf3e4fcc (diff) | |
Move to a postbuild.ps1 script and set the working dir at runtime as output dir (#113)
* Move to a postbuild.ps1 script and Set the working dir at runtime as output dir
* Update for 2f711d4
* Only copy newer files and remove needed files from gitignore
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -423,4 +423,10 @@ Minecraft.World/x64_Debug/ Minecraft.World/Release/ Minecraft.World/x64_Release/ -build/*
\ No newline at end of file +build/* + +# Existing build output files +!x64/**/Effects.msscmp +!x64/**/iggy_w64.dll +!x64/**/mss64.dll +!x64/**/redist64/ |
