mirror of
https://github.com/kanidm/kanidm.git
synced 2025-02-23 12:37:00 +01:00
* doing some work for enumerating how the accounts work together * fixing up build scripts and removing extra things * making JavaScript as_tag use the struct field names * making shared.js a module, removing wasmloader.js * don't compress compressed things
37 lines
593 B
Plaintext
37 lines
593 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/
|
|
.vscode/
|
|
# webui things we don't need
|
|
*.d.ts
|
|
|
|
# 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
|