Skip to content

Instantly share code, notes, and snippets.

@anthonyterrell
Created May 25, 2016 01:40
Show Gist options
  • Save anthonyterrell/8cf49f6e86fbfda968beef3fc6567594 to your computer and use it in GitHub Desktop.
Save anthonyterrell/8cf49f6e86fbfda968beef3fc6567594 to your computer and use it in GitHub Desktop.
Basic .gitignore for laravel installs with homestead configuration
# directories
/vendor
/node_modules
/public/storage
.vagrant/
# project specific files
Homestead.yaml
Homestead.json
.env
# system level files
.DS_Store
@stuartcusackie
Copy link

stuartcusackie commented May 28, 2021

What do you think about ignoring these other files created by vagrant / homestead?
Vagrantfile
aliases

Do you think these would cause problems between dev environments? i.e. Homestead could be using a different box version on my laptop than it would on my PC.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment