diff options
author | Brendan Forster <brendan@github.com> | 2017-01-29 13:31:39 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-01-29 13:31:39 +0100 |
commit | 9b4495127259f628398d8ad627c527ba3ba96eb3 (patch) | |
tree | 8a1b388984ae01a0609a5b1c4a76a5b3563c9ff6 | |
parent | ac8884009eb77e43de76e4db24d9d0a496fe84c4 (diff) | |
parent | 9c07495c0112032709077736b6ef8bee36feb274 (diff) | |
download | gitignore-9b4495127259f628398d8ad627c527ba3ba96eb3.tar.gz gitignore-9b4495127259f628398d8ad627c527ba3ba96eb3.zip |
Merge pull request #2192 from Arsfiqball/update-laravel-patch-2
Laravel: ignore homestead config and npm debug.
-rw-r--r-- | Laravel.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Laravel.gitignore b/Laravel.gitignore index 474203af..a4854bef 100644 --- a/Laravel.gitignore +++ b/Laravel.gitignore @@ -1,5 +1,6 @@ vendor/ node_modules/ +npm-debug.log # Laravel 4 specific bootstrap/compiled.php |