From d4fb0f1cd0aae58e360214fc3fa2f5ccecc7991c Mon Sep 17 00:00:00 2001 From: Jeremy Mikola Date: Tue, 14 Dec 2010 00:49:29 +0800 Subject: [PATCH] Symfony2 gitignore Ignore application logs/cache, uploads and published bundle assets. --- Symfony2.gitignore | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 Symfony2.gitignore diff --git a/Symfony2.gitignore b/Symfony2.gitignore new file mode 100644 index 00000000..3cdb9605 --- /dev/null +++ b/Symfony2.gitignore @@ -0,0 +1,4 @@ +*/logs/* +*/cache/* +web/uploads/* +web/bundles/* -- 2.39.5