From a623e9e6d4a52163b705826ff27e7999159a47e1 Mon Sep 17 00:00:00 2001 From: Abhishek Kumar Singh Date: Thu, 25 Feb 2016 12:27:21 +0530 Subject: [PATCH] Update Python.gitignore for celery-beat schedule binary file. --- Python.gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Python.gitignore b/Python.gitignore index cf332868..59678313 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -68,3 +68,5 @@ target/ # pyenv .python-version +# celery beat schedule file +celerybeat-schedule