Skip to content

Instantly share code, notes, and snippets.

@jasonmccallister
Created February 3, 2015 05:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jasonmccallister/6132393880242ab5c228 to your computer and use it in GitHub Desktop.
Save jasonmccallister/6132393880242ab5c228 to your computer and use it in GitHub Desktop.
Laravel 5 on Heroku Gitignore
/vendor
.env
gulpfile.js
package.json
@jasonmccallister
Copy link
Author

This .gitignore will ensure that Heroku does not build as a node.js app.

_Make sure you remove these files from your git repo if you already added them_

@mattstauffer
Copy link

Hm. That's not really a viable option for any project which uses Node in any way, or Gulp, so I'll keep hunting--but I'm glad you found a way to make it work for you for now! :D

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