From 1a71080bfb126b68c6865183977e302630c3be56 Mon Sep 17 00:00:00 2001 From: Alexander Makarov Date: Fri, 24 May 2013 21:52:41 +0400 Subject: [PATCH] Application assets should not be ignored --- assets/{.gitignore => .gitkeep} | 0 runtime/.gitignore | 1 + vendor/.gitignore | 1 + www/assets/.gitignore | 1 + 4 files changed, 3 insertions(+) rename assets/{.gitignore => .gitkeep} (100%) diff --git a/assets/.gitignore b/assets/.gitkeep similarity index 100% rename from assets/.gitignore rename to assets/.gitkeep diff --git a/runtime/.gitignore b/runtime/.gitignore index 72e8ffc0d..c96a04f00 100644 --- a/runtime/.gitignore +++ b/runtime/.gitignore @@ -1 +1,2 @@ * +!.gitignore \ No newline at end of file diff --git a/vendor/.gitignore b/vendor/.gitignore index 72e8ffc0d..c96a04f00 100644 --- a/vendor/.gitignore +++ b/vendor/.gitignore @@ -1 +1,2 @@ * +!.gitignore \ No newline at end of file diff --git a/www/assets/.gitignore b/www/assets/.gitignore index 72e8ffc0d..c96a04f00 100644 --- a/www/assets/.gitignore +++ b/www/assets/.gitignore @@ -1 +1,2 @@ * +!.gitignore \ No newline at end of file