Skip to content

Commit 50cfa3a

Browse files
committed
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.
1 parent 0290fb0 commit 50cfa3a

2 files changed

Lines changed: 10 additions & 0 deletions

File tree

.gitignore

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,14 @@ coverage.xml
4646
*.cover
4747
.hypothesis/
4848

49+
# Test artefacts
50+
static/
51+
requests/
52+
request123456.jwt
53+
private/cookie_jwks.json
54+
private/jwks.json
55+
private/token_jwks.json
56+
4957
# Translations
5058
*.mo
5159
*.pot

tests/.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
*.lock
2+
read_only

0 commit comments

Comments
 (0)