Forráskód Böngészése

Keep cache and logs directories

Nic Wortel 11 éve
szülő
commit
c58fff4f3e
1 módosított fájl, 2 hozzáadás és 0 törlés
  1. 2 0
      Symfony2.gitignore

+ 2 - 0
Symfony2.gitignore

@@ -6,6 +6,8 @@
 /vendor/
 /app/logs/*
 /app/cache/*
+!app/cache/.gitkeep
+!app/logs/.gitkeep
 /web/uploads/
 /web/bundles/