Files
TehRiehlDeal 7d0947d295
frontend-ci / secrets-scan (push) Successful in 5s
frontend-ci / lint (push) Successful in 15s
frontend-ci / typecheck (push) Successful in 18s
frontend-ci / sast (push) Successful in 12s
frontend-ci / fs-scan (push) Successful in 13s
frontend-ci / build (push) Successful in 40s
frontend-ci / push (push) Failing after 34s
Add Keep-Me-Signed-In, movie release dates, and lint cleanup (#1)
Reviewed-on: #1
2026-05-13 11:59:01 -07:00

10 lines
197 B
TOML

# Gitleaks config for the movieloop frontend repo.
# Inherits the default rule set; allows .env.example by path.
[extend]
useDefault = true
[allowlist]
paths = [
'''(^|/)\.env\.example$''',
]