Skip to content

Commit c88c634

Browse files
committedDec 19, 2024·
ensure *.test files are gitignored so we don't accidentally commit compiled tests again
1 parent aab3da6 commit c88c634

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@ tmp/**/*
44
*.coverprofile
55
.vscode
66
.idea/
7-
*.log
7+
*.log
8+
*.test

0 commit comments

Comments
 (0)
Please sign in to comment.