From 110ae5060d3d7ba37d62b295ba9ee46a0deccc5e Mon Sep 17 00:00:00 2001 From: Graham Campbell Date: Fri, 2 Jan 2015 12:58:17 +0000 Subject: [PATCH] Cleanup .gitignore file --- .gitignore | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index 23dc9251..d8e89219 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,6 @@ # Laravel -/bootstrap/compiled.php -/vendor +bootstrap/compiled.php +vendor # Configuration .env.*.php @@ -10,12 +10,10 @@ config.codekit !.env.example.php # Assets development -/node_modules -/app/assets/bower_components +node_modules public/css/ public/js/ # Packages npm-debug.log -.vagrant/ -tests/_output/* +.vagrant