zend framework - Folder won't show up in Git but is not ignored -
i have folder called modules
in project (a zend 1.12.3 project). path application\modules
. in application directory commits fine , shows in git, apart modules
directory. it's not ignored project's .gitignore
file:
public/styles/.sass-cache
nor being ignored global .gitignore
file:
.idea app/logs/* web/uploads/* workspace.xml
does have idea why modules folder isn't showing in directory? annoying since modules integral part of zend...
easy solution: api module generated had directory structure no files in yet, caused not picked git.
Comments
Post a Comment