symfony2admingenerator / AdmingeneratorGeneratorBundle

(old-legacy) Admingenerator for Symfony2, parse generator.yml files to build classes
http://symfony2admingenerator.org/
MIT License
360 stars 125 forks source link

add note about adding empty directories to git #827

Closed robertfausk closed 9 years ago

robertfausk commented 9 years ago

Git won't add empty directories but to take template override into account there is at least one of [Doctrine, DoctrineODM, Propel] needed. also see: https://github.com/symfony2admingenerator/AdmingeneratorGeneratorBundle/issues/789

bobvandevijver commented 9 years ago

I would use .empty or similair as filename, as .gitignore might confuse people.

fadoe commented 9 years ago

I prefer .gitkeep: http://stackoverflow.com/questions/7229885/what-are-the-differences-between-gitignore-and-gitkeep

ioleo commented 9 years ago

i also use .gitkeep

robertfausk commented 9 years ago

Changed .gitignore to .gitkeep

ioleo commented 9 years ago

merged, thanks