mirror of
https://github.com/fulpstation/fulpstation.git
synced 2025-12-09 16:09:15 +00:00
Adds a simple file to create a work tree with only what's needed to RUN the game. .dmb/.rsc, _maps, strings, and some icons and sounds. Makes the Dockerfile use it. Also adds dependencies.sh which can serve as a single version source used by all CI and utils. Enables appveyor and artifacts, you can now download a .dmb deployment straight from a PR or master commit.
31 lines
367 B
Plaintext
31 lines
367 B
Plaintext
.dockerignore
|
|
.editorconfig
|
|
.travis.yml
|
|
GPLv3.txt
|
|
LICENSE
|
|
README.md
|
|
TGS3.json
|
|
.github
|
|
.gitignore
|
|
.gitattributes
|
|
.git/hooks
|
|
.git/info
|
|
.git/modules
|
|
.git/objects
|
|
.git/refs
|
|
.vs*
|
|
cfg
|
|
data
|
|
SQL
|
|
tgui/node_modules
|
|
tgstation.dmb
|
|
tgstation.int
|
|
tgstation.rsc
|
|
tgstation.lk
|
|
tgstation.dyn.rsc
|
|
libmariadb.dll
|
|
rust_g.dll
|
|
BSQL.dll
|
|
appveyor.yml
|
|
Dockerfile
|