Laravel gitignore more to include question
Anything else I should add here to what has been pre generated by the laravel setup?
8 Replies
Unless you're adding any other packages yourself the default should be fine
doesn't Symfony also add a
/var
folder with logs and cache?
I don't see .env.local
JetBrains IDEas also an a /.run
folder
imho IDE folders should actually go to the machine's global .gitconfig, they're user specific, like .DS_Store on Macs.
and maybe group folders and filesim using vs codium
also idk never used symfony
Ive only used bare php or laravel
I think there's a separate .gitignore in storage maybe?
Yeah laravel has a lot of .gitignore in folders
Laraval uses Symfony under the hood, so it might "bleed through"
https://symfony.com/projects/laravel
Laravel (Projects using Symfony)
Laravel is a web application framework with expressive, elegant syntax. We believe development must be an enjoyable, creative experience to be truly fulfilling. Laravel attempts to take the pain out o...
presumably to keep that folder in the Repo even if it's initiually empty... except for that ignore file 😉
interesting
because symfony was first?