From 57ae5e6f7ab056ac34f09dff9a6f94e749cc28bd Mon Sep 17 00:00:00 2001 From: Polonkai Gergely Date: Fri, 13 Apr 2012 19:47:29 +0000 Subject: [PATCH] Added .gitignore files to cache and logs directories Signed-off-by: Gergely POLONKAI (W00d5t0ck) --- app/cache/.gitignore | 2 ++ app/logs/.gitignore | 3 +++ 2 files changed, 5 insertions(+) create mode 100644 app/cache/.gitignore create mode 100644 app/logs/.gitignore diff --git a/app/cache/.gitignore b/app/cache/.gitignore new file mode 100644 index 0000000..d6b7ef3 --- /dev/null +++ b/app/cache/.gitignore @@ -0,0 +1,2 @@ +* +!.gitignore diff --git a/app/logs/.gitignore b/app/logs/.gitignore new file mode 100644 index 0000000..c3d07e5 --- /dev/null +++ b/app/logs/.gitignore @@ -0,0 +1,3 @@ +* +!.gitkeep +!.gitignore