From 4d6a3653ed4cb8b91cfa712c3aabbce8d4fbc623 Mon Sep 17 00:00:00 2001 From: Simon Lehericey Date: Thu, 4 May 2017 11:26:08 +0200 Subject: [PATCH] Gitignore: add Procfile.dev to gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 8d761de27..308ee4352 100644 --- a/.gitignore +++ b/.gitignore @@ -35,3 +35,4 @@ coverage/**/* .DS_Store .byebug_history .env +Procfile.dev