firstdraft / appdev_template

A Rails template for generating homework projects
0 stars 1 forks source link

Ungitignore /vendor? #129

Closed raghubetina closed 4 years ago

raghubetina commented 4 years ago

Gitignoring the /vendor folder appears to be a common convention; it was gitignored on my system by default, I believe by a recent edition of thoughtbot's dotfiles.

This is causing problems for us because we move AdminUser to the vendor folder. Should we either move AdminUser to a different folder, or forcibly ungitignore /vendor?

https://github.com/appdev-projects/coming-soon/blob/2cb43943bf134eb1ca66e66f4e49413a98e9a13b/.gitignore#L44