dockerignore: ignore more artefacts

This commit is contained in:
Valentin Tolmer 2021-11-20 15:17:12 +01:00
parent b186f3b857
commit d6244b2d4e

View File

@ -1,5 +1,7 @@
# Don't track git # Don't track git
.git/* .git/*
.github/*
.gitignore
# Don't track cargo generated files # Don't track cargo generated files
target/* target/*
@ -18,5 +20,5 @@ Dockerfile
lldap_config.toml lldap_config.toml
server_key server_key
users.db* users.db*
.gitignore
screenshot.png screenshot.png
recipe.json