builds/lldap/.dockerignore

66 lines
864 B
Plaintext

# FOR git.sudo.is/ben/builds
Dockerfile
.dockerignore
.git/
.gitignore
.env
LICENSE
*.md
lldap/Dockerfile
lldap/.dockerignore
lldap/*.md
lldap/LICENSE
lldap/docs/
lldap/example_configs/
lldap/.env
lldap/.git
lldap/.github
lldap/.gitignore
lldap/.dockerignore
# FROM upstread github.com/nitnelave/lldap
# Don't track git
.git/*
.github/*
.gitignore
# 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
*.md
LICENSE
CHANGELOG.md
docs/*
example_configs/*
# Output of `npm install rollup`
node_modules/*
package-lock.json
package.json
# Pre-build binaries
*.tar.gz
# Various config files that shouldn't be tracked
.env
lldap_config.toml
server_key
users.db*
screenshot.png
recipe.json
cert.pem
key.pem