eBay / griffin

Model driven data quality service
https://ebay.github.io/griffin/
Other
240 stars 165 forks source link

Avoid checking-in external dependency `griffin-ui/bower_components` in git repo #25

Open haoch opened 8 years ago

haoch commented 8 years ago

Avoid checking-in external dependency griffin-ui/bower_components in griffin's git repository, it may cause license issues and also may make the first code clone too large and slow.

The suggested approach is to ignore the directory in .gitignore and automatically create and download during bower install.