lldap/.dockerignore
2021-12-08 12:01:56 +01:00

29 lines
420 B
Plaintext

# Don't track git
.git/*
.github/*
.gitignore
# Don't track cargo generated files
target/*
# Don't track the generated JS
app/pkg/*
# Don't track changes to the Dockerfile, triggering a rebuild without cache
Dockerfile
.dockerignore
# Don't track docs
README.md
LICENSE
docs/*
example_configs/*
# Various config files that shouldn't be tracked
lldap_config.toml
server_key
users.db*
screenshot.png
recipe.json
*.md