yiic webapp git -> no .gitignore

I am new to YII and just installed the latest YII version 1.1.12

I did not see other forum or comment message.


From tutorial, First.app

I tested:


yicc webapp testapp git

Result: the testapp runs OK but has no .gitignore file

".gitignore" file is missing

Solution:

I guessed the contents of .gitignore could be:


#

# Supply the missing .gitignore

#

runtime/

assets/



If there is something more to add to .gitgnore (… well, to "ignore"), thanks to advise !


Thanks for the YII framework and… for the impressive documentation

– Something that I appreciate very much :smiley:

Thanks for your report. There is existing related issue: https://github.com/yiisoft/yii/issues/1212

Will fix it in 1 or 2 weeks (so will be ready in 1.1.13).

Thanks for the bug report! Bug has been fixed: https://github.com/yiisoft/yii/issues/1212