dockerignore: ignore more artefacts

This commit is contained in:
Valentin Tolmer 2021-11-20 15:17:12 +01:00 committed by nitnelave
parent 790fd7c5d1
commit 618e7e3585

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