colinmollenhour / Cm_Cache_Backend_Redis

A Zend_Cache backend for Redis with full support for tags (works great with Magento)
Other
390 stars 142 forks source link

Add .gitignore file with .basedir modman file #140

Closed krzysztoffpl closed 5 years ago

krzysztoffpl commented 5 years ago

Modman allows to deploy the imported module in a sub-directory of the project root. The sub-directory name is stored in .basedir file. This file will vary between projects and therefore shouldn't be stored in git repository. Adding it to .gitignore file by default will make git status output clearer.