From 83ccf6ed42abd6cb91bcbd1d3c0231f09ecea37a Mon Sep 17 00:00:00 2001 From: Theodore Chang <theodore.chang@physik.hu-berlin.de> Date: Mon, 20 May 2024 16:44:09 +0000 Subject: [PATCH] Ignore celery beat files --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 45f670e453..72869d5a6d 100644 --- a/.gitignore +++ b/.gitignore @@ -83,7 +83,6 @@ share/python-wheels/ .installed.cfg *.egg MANIFEST -nexus.obj # PyInstaller # Usually these files are written by a python script from a template @@ -450,3 +449,7 @@ docker-compose.local.yml # nexus objects nexus.obj + +celerybeat-schedule.dir +celerybeat-schedule.dat +celerybeat-schedule.bak -- GitLab