From 93fd4692f6eb753cae16358131c8049d84cfbb41 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C5=93uillet?= Date: Thu, 22 Jan 2015 08:30:07 +0100 Subject: symfony is there --- .gitignore | 23 ++++++++++++++++++----- 1 file changed, 18 insertions(+), 5 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index bb0972d8..bb776458 100644 --- a/.gitignore +++ b/.gitignore @@ -1,9 +1,22 @@ +/app/SymfonyRequirements.php +/app/bootstrap.php.cache +/app/check.php +/app/cache/* +/app/config/parameters.yml +/app/logs/* +!app/cache/.gitkeep +!app/logs/.gitkeep .idea .DS_Store .vagrant -app/assets/* -app/cache/* -vendor -composer.phar +/vendor/ app/db/poche.sqlite -app/config/config.inc.php \ No newline at end of file + +/bin/ +!bin/install +!bin/test +!bin/symfony + +/data/ + +/web/.htaccess \ No newline at end of file -- cgit v1.2.3