Ignore more files/folders on docker build

This commit is contained in:
Jordan Brown
2018-11-27 16:05:07 -05:00
parent bad4764e2a
commit 3d07d71984
+17 -1
View File
@@ -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