Dockerize TShock
This commit is contained in:
parent
eba0ae1448
commit
d85efbad60
3 changed files with 57 additions and 0 deletions
15
.dockerignore
Normal file
15
.dockerignore
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
# ignore every file
|
||||
*
|
||||
|
||||
# except for the ones required for building
|
||||
!i18n/
|
||||
!prebuilts/
|
||||
!TerrariaServerAPI/
|
||||
!TShockAPI/
|
||||
!TShockLauncher/
|
||||
!TShockLauncher.Tests/
|
||||
!TShock.sln
|
||||
|
||||
# but exclude build artifacts
|
||||
*/bin/
|
||||
*/obj/
|
||||
Loading…
Add table
Add a link
Reference in a new issue