colinmollenhour / Cm_RedisSession

Redis-based session handler for Magento with optimistic locking
208 stars 121 forks source link

Add .gitignore file with .basedir modman file #164

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.