Created
May 25, 2016 01:40
-
-
Save anthonyterrell/8cf49f6e86fbfda968beef3fc6567594 to your computer and use it in GitHub Desktop.
Basic .gitignore for laravel installs with homestead configuration
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# directories | |
/vendor | |
/node_modules | |
/public/storage | |
.vagrant/ | |
# project specific files | |
Homestead.yaml | |
Homestead.json | |
.env | |
# system level files | |
.DS_Store |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.