1
0
Fork 0
mirror of https://github.com/github/gitignore synced 2025-07-04 20:38:31 +02:00

Symfony2 gitignore

Ignore application logs/cache, uploads and published bundle assets.
This commit is contained in:
Jeremy Mikola 2010-12-14 00:49:29 +08:00 committed by Daniel Schildt
parent fb8ad2e87b
commit d4fb0f1cd0

4
Symfony2.gitignore Normal file
View file

@ -0,0 +1,4 @@
*/logs/*
*/cache/*
web/uploads/*
web/bundles/*