lldap/.dockerignore

54 lines
728 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
.gitattributes
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
2023-03-27 14:12:16 +02:00
README.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
2023-05-02 16:07:33 +02:00
# Created databases
*.db
*.db-shm
*.db-wal
# These are backup files generated by rustfmt
**/*.rs.bk
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
screenshot.png
2021-11-20 15:17:12 +01:00
recipe.json
2023-05-02 16:07:33 +02:00
lldap_config.toml
cert.pem
key.pem