fixed gitignore to ignore test_responses

pull/1/head
Braydon Kains 6 years ago
parent 9defabd2c7
commit 94e9f41803

1
.gitignore vendored

@ -1,6 +1,7 @@
vendor/ vendor/
node_modules/ node_modules/
npm-debug.log npm-debug.log
test_responses/
# Laravel 4 specific # Laravel 4 specific
bootstrap/compiled.php bootstrap/compiled.php

Loading…
Cancel
Save