leodido / moneylaundry

Collection of PHP utilities to filter and validate money with i18n in mind
MIT License
1 stars 0 forks source link

Exclude data directory from composer #4

Open leodido opened 9 years ago

leodido commented 9 years ago

This way the download process will be faster.

leodido commented 9 years ago

When you run the update or install command with --prefer-dist composer tries to download the archive on github. Remove the data directory from the archives by putting this in a .gitattributes file:

data/ export-ignore
leogr commented 9 years ago

Prior to accomplish that you should explain the scope of data dir and if it's synched with ICU data or not. It's could be confusing to understand why data dir is there.