From 7528695461f2c5725fe29787aa6bf703050a1a4a Mon Sep 17 00:00:00 2001 From: Azul Date: Mon, 17 Dec 2012 16:06:01 +0100 Subject: gitignoring files generated in production fixes #1168 [ci skip] --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitignore b/.gitignore index a3f0974..974d05e 100644 --- a/.gitignore +++ b/.gitignore @@ -21,3 +21,8 @@ Gemfile.lock */Gemfile.lock test/dummy/log/* test/dummy/tmp/* +config/couchdb.yml +public/assets/* +public/ca.crt +public/config/* +public/provider.json -- cgit v1.2.3