Files
Bubberstation/.dockerignore
TiviPlus 2237884136 Removes tgs3 references (#89385)
## About The Pull Request
Woo yea we are free woo yea tgs6!!!!

Only remainder is this in precompile.bat and I dont get enough about tgs
to know if I can only delete the else or the elif too
```
IF NOT %1 == "" (
	rem TGS4+: we are passed the game directory on the command line
	cd %1
) ELSE IF EXIST "..\Game\B\tgstation.dmb" (
	rem TGS3: Game/B/tgstation.dmb exists, so build in Game/A
	cd ..\Game\A
) ELSE (
	rem TGS3: Otherwise build in Game/B
	cd ..\Game\B
)
```

## Changelog
🆑
code: deleted all remaining code referencing TGS3
/🆑

---------

Co-authored-by: TiviPlus <572233640+TiviPlus@users.noreply.com>
2025-02-11 19:22:14 -05:00

27 lines
291 B
Plaintext

.dockerignore
.editorconfig
GPLv3.txt
LICENSE
README.md
.github
.gitignore
.gitattributes
.git/hooks
.git/info
.git/modules
.git/objects
.git/refs
.vs*
cfg
data
SQL
node_modules
tgstation.dmb
tgstation.int
tgstation.rsc
tgstation.lk
tgstation.dyn.rsc
*.dll
Dockerfile
tools/bootstrap/.cache