From 50cfa3a5433f77e2f1c35734bae0577e45604612 Mon Sep 17 00:00:00 2001 From: Jinna Kiisuo Date: Tue, 10 Sep 2024 00:22:03 +0300 Subject: [PATCH] chore: gitignore more test artefacts to avoid accidental commits This does not ignore all signatures that may change as part of running tests as I wasn't sure if it's intentional that they're stored in the first place. --- .gitignore | 8 ++++++++ tests/.gitignore | 2 ++ 2 files changed, 10 insertions(+) create mode 100644 tests/.gitignore diff --git a/.gitignore b/.gitignore index 7bbc71c0..abb3bc40 100644 --- a/.gitignore +++ b/.gitignore @@ -46,6 +46,14 @@ coverage.xml *.cover .hypothesis/ +# Test artefacts +static/ +requests/ +request123456.jwt +private/cookie_jwks.json +private/jwks.json +private/token_jwks.json + # Translations *.mo *.pot diff --git a/tests/.gitignore b/tests/.gitignore new file mode 100644 index 00000000..c6a5e62a --- /dev/null +++ b/tests/.gitignore @@ -0,0 +1,2 @@ +*.lock +read_only