Skip to content

Instantly share code, notes, and snippets.

@abnersajr
Last active October 23, 2015 11:11
Show Gist options
  • Save abnersajr/3df3e9c41cfb257e0d84 to your computer and use it in GitHub Desktop.
Save abnersajr/3df3e9c41cfb257e0d84 to your computer and use it in GitHub Desktop.
.gitignore file for laravel projects
/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