From 0480f8c563adde6d55ccdea80e8e0db35a393bb8 Mon Sep 17 00:00:00 2001 From: Teoh Han Hui Date: Tue, 30 May 2017 18:02:25 +0800 Subject: [PATCH] Rename .gitkeep files to .gitignore --- api-platform/core/2.1/src/Entity/{.gitkeep => .gitignore} | 0 doctrine/doctrine-bundle/1.6/src/Entity/{.gitkeep => .gitignore} | 0 .../doctrine-bundle/1.6/src/Repository/{.gitkeep => .gitignore} | 0 .../1.2/src/Migrations/{.gitkeep => .gitignore} | 0 .../framework-bundle/3.3/src/Controller/{.gitkeep => .gitignore} | 0 symfony/translation/3.3/translations/{.gitkeep => .gitignore} | 0 symfony/twig-bundle/3.3/templates/{.gitkeep => .gitignore} | 0 7 files changed, 0 insertions(+), 0 deletions(-) rename api-platform/core/2.1/src/Entity/{.gitkeep => .gitignore} (100%) rename doctrine/doctrine-bundle/1.6/src/Entity/{.gitkeep => .gitignore} (100%) rename doctrine/doctrine-bundle/1.6/src/Repository/{.gitkeep => .gitignore} (100%) rename doctrine/doctrine-migrations-bundle/1.2/src/Migrations/{.gitkeep => .gitignore} (100%) rename symfony/framework-bundle/3.3/src/Controller/{.gitkeep => .gitignore} (100%) rename symfony/translation/3.3/translations/{.gitkeep => .gitignore} (100%) rename symfony/twig-bundle/3.3/templates/{.gitkeep => .gitignore} (100%) diff --git a/api-platform/core/2.1/src/Entity/.gitkeep b/api-platform/core/2.1/src/Entity/.gitignore similarity index 100% rename from api-platform/core/2.1/src/Entity/.gitkeep rename to api-platform/core/2.1/src/Entity/.gitignore diff --git a/doctrine/doctrine-bundle/1.6/src/Entity/.gitkeep b/doctrine/doctrine-bundle/1.6/src/Entity/.gitignore similarity index 100% rename from doctrine/doctrine-bundle/1.6/src/Entity/.gitkeep rename to doctrine/doctrine-bundle/1.6/src/Entity/.gitignore diff --git a/doctrine/doctrine-bundle/1.6/src/Repository/.gitkeep b/doctrine/doctrine-bundle/1.6/src/Repository/.gitignore similarity index 100% rename from doctrine/doctrine-bundle/1.6/src/Repository/.gitkeep rename to doctrine/doctrine-bundle/1.6/src/Repository/.gitignore diff --git a/doctrine/doctrine-migrations-bundle/1.2/src/Migrations/.gitkeep b/doctrine/doctrine-migrations-bundle/1.2/src/Migrations/.gitignore similarity index 100% rename from doctrine/doctrine-migrations-bundle/1.2/src/Migrations/.gitkeep rename to doctrine/doctrine-migrations-bundle/1.2/src/Migrations/.gitignore diff --git a/symfony/framework-bundle/3.3/src/Controller/.gitkeep b/symfony/framework-bundle/3.3/src/Controller/.gitignore similarity index 100% rename from symfony/framework-bundle/3.3/src/Controller/.gitkeep rename to symfony/framework-bundle/3.3/src/Controller/.gitignore diff --git a/symfony/translation/3.3/translations/.gitkeep b/symfony/translation/3.3/translations/.gitignore similarity index 100% rename from symfony/translation/3.3/translations/.gitkeep rename to symfony/translation/3.3/translations/.gitignore diff --git a/symfony/twig-bundle/3.3/templates/.gitkeep b/symfony/twig-bundle/3.3/templates/.gitignore similarity index 100% rename from symfony/twig-bundle/3.3/templates/.gitkeep rename to symfony/twig-bundle/3.3/templates/.gitignore