lldap/.dockerignore

31 lines
445 B
Plaintext
Raw Normal View History

2021-06-30 16:54:33 +02:00
# Don't track git
.git/*
2021-11-20 15:17:12 +01:00
.github/*
.gitignore
2021-06-30 16:54:33 +02:00
# Don't track cargo generated files
target/*
server/target/*
2021-06-30 16:54:33 +02:00
app/target/*
auth/target/*
2021-06-30 16:54:33 +02:00
# 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/*
2021-06-30 16:54:33 +02:00
# Various config files that shouldn't be tracked
lldap_config.toml
server_key
users.db*
screenshot.png
2021-11-20 15:17:12 +01:00
recipe.json
2021-11-20 17:37:29 +01:00
*.md