lldap/.dockerignore

46 lines
618 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
.gitattributes
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
2022-07-08 12:09:39 +00:00
CHANGELOG.md
2023-03-27 12:12:16 +00:00
README.md
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
2023-01-03 17:11:59 +00:00
# VSCode dirs
.vscode
.devcontainer
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