mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-30 16:39:21 +01:00
Update .dockerignore
This commit is contained in:
+11
-8
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user