diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2017-01-30 20:03:17 +0100 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2017-01-30 20:03:17 +0100 |
commit | a2a85e85491110461cbc938abd0f2687f0e51612 (patch) | |
tree | 216fa97b518035d4d52284e51803d7bbff8e8b62 /.gitignore | |
parent | 404d2050d3e96a05ec15e43f64cd24d5fca9e394 (diff) |
Add capistrano to development environment
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
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/* |