ga-wdi-boston / ember-deployment-guide

Other
4 stars 19 forks source link

dist/ is in global gitignore file #5

Closed rhjones closed 7 years ago

rhjones commented 8 years ago

Heads up to other developers: you'll either need to comment out /dist from your global gitignore file (~/.gitignore) in addition to the .gitignore file in your gh-pages branch to track the dist directory here or forcibly add files within that directory to your repo (git add -f).

(This was an issue with deploying Rails apps to Heroku as well. It looks like this has already been addressed in the installfest.)

jrhorn424 commented 7 years ago

I believe this has been addressed as of https://github.com/ga-wdi-boston/ember-template/commit/24d60a9d23fa979e6f964e10bba910fa4a42d39f

jrhorn424 commented 7 years ago

Thanks again @rhjones