Skip to content

Commit

Permalink
Improve testing gitignore strategy.
Browse files Browse the repository at this point in the history
  • Loading branch information
zachleigh committed Apr 6, 2017
1 parent c32abe9 commit b4d6157
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
.env

tests/_output/*
tests/*/*Tester.php
tests/_support/_generated
tests/temp/*
2 changes: 1 addition & 1 deletion app/.gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
/database
/models
/console/*
/console
1 change: 1 addition & 0 deletions app/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
This directory only exists for testing purposes.

0 comments on commit b4d6157

Please sign in to comment.