Added .gitignore files to cache and logs directories

Signed-off-by: Gergely POLONKAI (W00d5t0ck) <polesz@w00d5t0ck.info>
This commit is contained in:
Polonkai Gergely 2012-04-13 19:47:29 +00:00
parent 1e5c34015b
commit 57ae5e6f7a
2 changed files with 5 additions and 0 deletions

2
app/cache/.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
*
!.gitignore

3
app/logs/.gitignore vendored Normal file
View File

@ -0,0 +1,3 @@
*
!.gitkeep
!.gitignore