소스 검색

Keep cache and logs directories

Nic Wortel 11 년 전
부모
커밋
c58fff4f3e
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  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/