From: Vincent Vanwaelscappel Date: Thu, 7 Apr 2022 18:07:13 +0000 (+0200) Subject: wip #5220 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=76c55dcf767552697f6ae5b6593eac119a59209a;p=fluidbook_processfarm.git wip #5220 --- diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..f485327 --- /dev/null +++ b/.gitignore @@ -0,0 +1,27 @@ +### Laravel template +/vendor/ +node_modules/ +npm-debug.log +yarn-error.log + +# Laravel 4 specific +bootstrap/compiled.php +app/storage/ + +# Laravel 5 & Lumen specific +public/storage +public/hot + +# Laravel 5 & Lumen specific with changed public path +public_html/storage +public_html/hot + +storage/*.key +.env +Homestead.yaml +Homestead.json +/.vagrant +.phpunit.result.cache + +composer.lock +.idea \ No newline at end of file