diff --git a/.dockerignore b/.dockerignore index 063b3c17bb..d16f53ed31 100644 --- a/.dockerignore +++ b/.dockerignore @@ -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