Using Laravel 5.x. or 5.1.x
What would be the main recommended configuration for the .hgignore file?
Pulling from .gitignore is what I have:
syntax: glob .env .gitignore .gitattributes .idea vendor/ node_modules/ Homestead.yaml Homestead.json
On the net, I see something about /bootstrap/compiled.php for version 4
Should I include / bootstrap / cache?
source share