Update .dockerignore

This commit is contained in:
Jordan Brown
2020-04-24 19:30:34 -04:00
parent 6ad3a0b2ee
commit 016637b1e7
+11 -8
View File
@@ -1,13 +1,18 @@
.dockerignore
*/bin
*/obj
.git
.github
.gitignore
.vs
.vscode
.travis.yml
.codecov.yml
.dockerignore
.gitignore
.travis.yml
appveyor.yml
README
omnisharp.json
README.md
build/**
!build/analyzers.ruleset
!build/tgs.docker.sh
@@ -15,11 +20,7 @@ build/**
!build/tgs.png
!build/stylecop.json
!build/Version.props
*/bin
*/obj
tests
docs
tools
src/DMAPI
src/Tgstation.Server.Host/ClientApp/build
src/Tgstation.Server.Host/ClientApp/node_modules
@@ -29,3 +30,5 @@ src/Tgstation.Server.Host/tgs.bat
src/Tgstation.Server.Host/tgs.sh
src/Tgstation.Server.Host.Client
src/Tgstation.Server.Host.Service
tests
tools