From a2a85e85491110461cbc938abd0f2687f0e51612 Mon Sep 17 00:00:00 2001 From: Eugen Rochko Date: Mon, 30 Jan 2017 20:03:17 +0100 Subject: Add capistrano to development environment --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 7f51045aa..6d540c413 100644 --- a/.gitignore +++ b/.gitignore @@ -25,3 +25,6 @@ neo4j/ # Ignore Vagrant files .vagrant/ + +# Ignore Capistrano customizations +config/deploy/* -- cgit