lldap/.dockerignore

26 lines
400 B
Plaintext
Raw Permalink Normal View History

2021-06-30 14:54:33 +00:00
# Don't track git
.git/*
2021-11-20 14:17:12 +00:00
.github/*
.gitignore
2021-06-30 14:54:33 +00:00
# Don't track cargo generated files
target/*
server/target/*
2021-06-30 14:54:33 +00:00
app/target/*
auth/target/*
2021-06-30 14:54:33 +00:00
# Don't track the generated JS
app/pkg/*
# Don't track changes to the Dockerfile, triggering a rebuild without cache
Dockerfile
.dockerignore
# Various config files that shouldn't be tracked
lldap_config.toml
server_key
users.db*
screenshot.png
2021-11-20 14:17:12 +00:00
recipe.json
2021-11-20 16:37:29 +00:00
*.md