lldap/.dockerignore

39 lines
543 B
Plaintext
Raw 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/*
# 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
2021-12-08 09:58:17 +00:00
*.md
LICENSE
docs/*
example_configs/*
2021-12-08 09:58:17 +00:00
# Output of `npm install rollup`
node_modules/*
package-lock.json
package.json
# Pre-build binaries
*.tar.gz
2021-06-30 14:54:33 +00:00
# Various config files that shouldn't be tracked
2021-12-08 09:58:17 +00:00
.env
2021-06-30 14:54:33 +00:00
lldap_config.toml
server_key
users.db*
screenshot.png
2021-11-20 14:17:12 +00:00
recipe.json
cert.pem
key.pem