From b3172570e789339b29d392e9d3612bec0f13b679 Mon Sep 17 00:00:00 2001 From: Polonkai Gergely Date: Sat, 16 Jun 2012 12:59:21 +0200 Subject: [PATCH] Added .gitignore files to cache and logs directories Signed-off-by: Gergely POLONKAI (W00d5t0ck) --- app/cache/.gitignore | 2 ++ app/logs/.gitignore | 2 ++ 2 files changed, 4 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..d6b7ef3 --- /dev/null +++ b/app/logs/.gitignore @@ -0,0 +1,2 @@ +* +!.gitignore