Skip to content

Commit f30c0fe

Browse files
committed
chore: Add coverage/ and *.sha256 to .gitignore to exclude build and test artifacts.
Signed-off-by: K1-R1 <77465250+K1-R1@users.noreply.github.com>
1 parent ff88870 commit f30c0fe

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,10 @@ todos/
3232

3333
# test artefacts
3434
/tmp/
35+
coverage/
36+
37+
# release artefacts
38+
*.sha256
3539

3640
# fixture files that intentionally resemble secrets/env files
3741
!test/fixtures/golden-repo/.env.example

0 commit comments

Comments
 (0)