# Installed npm dependencies (oidc-provider, ldapjs + @ldapjs/*, samlify and the # XML stack, selfsigned, ...). Restored from package-lock.json; never committed. node_modules/ # NOTE: package-lock.json IS committed (kept under version control) so the # pinned/overridden dependency tree -- including the security floors in the # package.json "overrides" -- installs reproducibly. Do not add it here. # npm/yarn diagnostics and `npm pack` output. npm-debug.log* yarn-debug.log* yarn-error.log* *.tgz # Test coverage output. coverage/ .nyc_output/ # Local environment overrides / secrets. The plugin reads its secrets from the # host Saltcorn process environment (SALTCORN_SESSION_SECRET for the KEK, # SALTCORN_IDP_LDAP_PORT/HOST, etc.); a local .env must never be committed. # Signing keys and the SAML cert are sealed in the database, not on disk. .env .env.* # Editor / OS junk. .DS_Store Thumbs.db *.swp *.swo *~ .idea/ .vscode/