seblucas / cops

Calibre OPDS (and HTML) PHP Server : web-based light alternative to Calibre content server / Calibre2OPDS to serve ebooks (epub, mobi, pdf, ...)
http://blog.slucas.fr/en/oss/calibre-opds-php-server
GNU General Public License v2.0
1.43k stars 229 forks source link

add library to .gitignore #393

Closed lazki closed 6 years ago

lazki commented 6 years ago

According to https://github.com/seblucas/cops/wiki/Howto---PhpEmbeddedServer you should exclude ./library from the git repo.

seblucas commented 6 years ago

I prefer to avoid doing that. Calibre directory should never stored inside COPS's directory to avoid direct access. Adding it to .gitignore will make it ~okish.