lldap/.dockerignore

21 lines
342 B
Plaintext
Raw Normal View History

2021-06-30 14:54:33 +00:00
# Don't track git
.git/*
# Don't track cargo generated files
target/*
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*
.gitignore