mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-31 09:02:41 +01:00
Ignore more files/folders on docker build
This commit is contained in:
+17
-1
@@ -1,12 +1,28 @@
|
||||
.dockerignore
|
||||
.git
|
||||
.github
|
||||
.gitignore
|
||||
.vs
|
||||
.vscode
|
||||
packages
|
||||
.travis.yml
|
||||
.codecov.yml
|
||||
appveyor.yml
|
||||
LICENSE
|
||||
README
|
||||
build/**
|
||||
!build/tgs.docker.sh
|
||||
!build/tgs.ico
|
||||
*/bin
|
||||
*/obj
|
||||
tests
|
||||
docs
|
||||
tools
|
||||
src/DMAPI
|
||||
src/Tgstation.Server.Host/ClientApp/build
|
||||
src/Tgstation.Server.Host/ClientApp/node_modules
|
||||
src/Tgstation.Server.Host/wwwroot
|
||||
src/Tgstation.Server.Host/appsettings.Development.json
|
||||
src/Tgstation.Server.Host/tgs.bat
|
||||
src/Tgstation.Server.Host/tgs.sh
|
||||
src/Tgstation.Server.Host.Client
|
||||
src/Tgstation.Server.Host.Service
|
||||
|
||||
Reference in New Issue
Block a user