kanidm/.gitignore

44 lines
663 B
Plaintext
Raw Permalink Normal View History

altnames.cnf
.DS_Store
.backup*_test.json
.backup_test.db
2018-09-29 09:54:16 +02:00
/target
/insecure
2018-09-29 09:54:16 +02:00
**/*.rs.bk
test.db
2023-02-06 00:50:10 +01:00
cargo_vendor_config
/vendor
2023-03-01 04:10:52 +01:00
rlm_python/test_data/certs/
rlm_python/test_data/ca.pem
scripts/loc.sh
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
/docs/
# webui things we don't need
*.d.ts
server/web_ui/*/pkg/*.js
# 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/