lldap/.dockerignore

44 lines
593 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/*
# 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 10:58:17 +01:00
*.md
LICENSE
2022-07-08 14:09:39 +02:00
CHANGELOG.md
docs/*
example_configs/*
2021-12-08 10:58:17 +01:00
# Output of `npm install rollup`
node_modules/*
package-lock.json
package.json
# Pre-build binaries
*.tar.gz
2023-01-03 18:11:59 +01:00
# VSCode dirs
.vscode
.devcontainer
2021-06-30 16:54:33 +02:00
# Various config files that shouldn't be tracked
2021-12-08 10:58:17 +01:00
.env
2021-06-30 16:54:33 +02:00
lldap_config.toml
server_key
users.db*
screenshot.png
2021-11-20 15:17:12 +01:00
recipe.json
cert.pem
key.pem