2022-03-28 00:36:25 +02:00
|
|
|
altnames.cnf
|
2019-09-04 03:06:37 +02:00
|
|
|
.DS_Store
|
2021-07-09 01:49:26 +02:00
|
|
|
.backup*_test.json
|
2019-09-04 03:06:37 +02:00
|
|
|
.backup_test.db
|
2018-09-29 09:54:16 +02:00
|
|
|
/target
|
2019-09-30 11:01:20 +02:00
|
|
|
/insecure
|
2018-09-29 09:54:16 +02:00
|
|
|
**/*.rs.bk
|
2018-10-03 13:21:21 +02:00
|
|
|
test.db
|
2023-02-06 00:50:10 +01:00
|
|
|
cargo_vendor_config
|
2019-10-10 05:17:32 +02:00
|
|
|
/vendor
|
2023-03-01 04:10:52 +01:00
|
|
|
rlm_python/test_data/certs/
|
|
|
|
rlm_python/test_data/ca.pem
|
|
|
|
scripts/loc.sh
|
2021-03-26 02:22:00 +01:00
|
|
|
vendor.tar.*
|
2021-05-19 23:58:11 +02:00
|
|
|
*.patch
|
2023-03-01 04:10:52 +01:00
|
|
|
tools/orca/example_profiles/small/orca-edited.toml
|
2022-06-20 12:16:55 +02:00
|
|
|
/docs/
|
2023-09-05 03:50:51 +02:00
|
|
|
# webui things we don't need
|
|
|
|
*.d.ts
|
2023-11-11 00:26:44 +01:00
|
|
|
server/web_ui/*/pkg/*.js
|
|
|
|
|
2024-12-21 06:17:12 +01:00
|
|
|
# coverage-related things
|
|
|
|
*.profraw
|
|
|
|
tarpaulin-report.html
|
|
|
|
|
2022-11-04 00:49:11 +01:00
|
|
|
# kanidm simple packaging
|
|
|
|
deployment-config/
|
|
|
|
kanidm_simple_pkg/
|
|
|
|
kanidm-client-tools.tar.gz
|
|
|
|
|
2022-06-20 12:16:55 +02:00
|
|
|
# python things
|
|
|
|
**/__pycache__/**
|
|
|
|
**/.venv/**
|
|
|
|
.coverage
|
|
|
|
pykanidm/dist/
|
|
|
|
pykanidm/site/
|
2023-10-27 08:03:58 +02:00
|
|
|
|
|
|
|
# oauth2 integration test things
|
|
|
|
scripts/oauth_proxy/client.secret
|
|
|
|
scripts/oauth_proxy/envfile
|
2024-12-21 06:17:12 +01:00
|
|
|
|
2023-11-24 02:27:49 +01:00
|
|
|
# local config things
|
2023-11-17 07:08:08 +01:00
|
|
|
.envrc
|
2024-05-22 08:12:26 +02:00
|
|
|
|
|
|
|
# IDEs
|
|
|
|
.idea/
|
|
|
|
.vscode/
|
2025-01-04 06:25:46 +01:00
|
|
|
|
|
|
|
# javascript test things
|
|
|
|
node_modules/
|