Skip to content

Commit 0c48026

Browse files
authored
Merge pull request #112 from jinnatar/gitignore-test-artefacts
chore: gitignore more test artefacts to avoid accidental commits
2 parents 0290fb0 + 50cfa3a commit 0c48026

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

.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)