Last active
October 23, 2015 11:11
-
-
Save abnersajr/3df3e9c41cfb257e0d84 to your computer and use it in GitHub Desktop.
.gitignore file for laravel projects
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
/node_modules | |
### Laravel ### | |
/bootstrap/compiled.php | |
.env.*.php # Can be removed if your repo is private, if you can't set env variables via console | |
.env.php # Can be removed if your repo is private, if you can't set env variables via console | |
/vendors # Is basically composer and dependencies folders | |
Homestead.yaml | |
Homestead.json |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment