fieg / bayes

Implementation of Naive Bayes Classifier algorithm in PHP.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Composer issue

Hypoaristerolactotherapist opened this issue · comments

Hi,

when you ship this (great, by the way) project to Packagist, could you remove the .git directory. It messes up my git installation by making your code as a submodule of my code that I have many pains to push.

Each time I update I need to manually remove your .git directory, add all your files to my change list and then I can commit.

Thanks

A .git directory is not an issue, that's how it's supposed to work. You have to make a .gitignore in the root of your project an exclude the vendor/ folder.

For more info: https://getcomposer.org/doc/faqs/should-i-commit-the-dependencies-in-my-vendor-directory.md