diff --git a/Laravel.gitignore b/Laravel.gitignore index 79906c80..b4b05113 100644 --- a/Laravel.gitignore +++ b/Laravel.gitignore @@ -1,10 +1,14 @@ -/bootstrap/compiled.php +vendor/ +node_modules/ + +# Laravel 4 specific +bootstrap/compiled.php +app/storage/ + +# Laravel 5 & Lumen specific +bootstrap/cache/ +storage/ .env.*.php .env.php .env -.env.example - -/vendor -/node_modules -/app/storage - +.env.example \ No newline at end of file