Skip to content

Commit

Permalink
Update gitignore to ignore test reports
Browse files Browse the repository at this point in the history
  • Loading branch information
TomDonoghue committed Nov 24, 2017
1 parent dd0d03b commit 9f685a2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,6 @@

# Ignore temp file for linter output
_lint.txt

# Ignore reports generated during testing
*/tests/reports/*

0 comments on commit 9f685a2

Please sign in to comment.