From 4412283f3b32dbcbf772ad7f7e65a87405ad59e9 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sat, 11 May 2019 12:41:28 +0200 Subject: [PATCH] gitignore: Add /local --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 29532a78..65905b96 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,9 @@ +# Deployment-specific configuration /travelynx.conf +# Depndencies (when using carton/cpanm) +/local + # Created by https://www.gitignore.io/api/vim,perl # Edit at https://www.gitignore.io/?templates=vim,perl -- GitLab