kanidm/.gitignore
James Hodgkinson a1fb5beed9
Fixing up the docs deploy script (#2787)
* fixing up the deploy script
* updating issue templates
* poor clippy
2024-05-22 16:12:26 +10:00

45 lines
690 B
Plaintext

altnames.cnf
.DS_Store
.backup*_test.json
.backup_test.db
/target
/insecure
**/*.rs.bk
test.db
cargo_vendor_config
/vendor
rlm_python/test_data/certs/
rlm_python/test_data/ca.pem
scripts/loc.sh
vendor.tar.*
*.patch
tools/orca/example_profiles/small/orca-edited.toml
/docs/
# webui things we don't need
*.d.ts
server/web_ui/*/pkg/*.js
server/web_ui/*/pkg/*.wasm
# kanidm simple packaging
deployment-config/
kanidm_simple_pkg/
kanidm-client-tools.tar.gz
# python things
**/__pycache__/**
**/.venv/**
.coverage
pykanidm/dist/
pykanidm/site/
# oauth2 integration test things
scripts/oauth_proxy/client.secret
scripts/oauth_proxy/envfile
# local config things
.envrc
# IDEs
.idea/
.vscode/