TShock/.dockerignore
Tim Schumacher 60599ef5b5 Rewrite the .dockerignore file into a denylist
This should help with not forgetting to add any new directories (such as
TShockInstaller and TShockPluginManager, which have been missing until
now).
2023-10-01 11:18:43 +02:00

20 lines
338 B
Text

# Ignore all Git metadata and build output (in all directories).
**/.git*
**/bin/
**/obj/
# Ignore other specific files that aren't needed for the build itself.
/.all-contributorsrc
/.dockerignore
/.editorconfig
/.vscode
/appveyor.yml
/COPYING
/crowdin.yml
/Dockerfile
/docs
/README.md
/README_cn.md
/renovate.json
/scripts
/SECURITY.md