Skip to content

Commit

Permalink
ensure *.test files are gitignored so we don't accidentally commit co…
Browse files Browse the repository at this point in the history
…mpiled tests again
  • Loading branch information
onsi committed Dec 19, 2024
1 parent aab3da6 commit c88c634
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ tmp/**/*
*.coverprofile
.vscode
.idea/
*.log
*.log
*.test

0 comments on commit c88c634

Please sign in to comment.