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