Skip to content

Commit

Permalink
chore: gitignore more test artefacts to avoid accidental commits
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
jinnatar committed Sep 9, 2024
1 parent 0290fb0 commit 50cfa3a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions tests/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
*.lock
read_only

0 comments on commit 50cfa3a

Please sign in to comment.