From f53b62c8ea5293acb57430adcb264a2858019015 Mon Sep 17 00:00:00 2001 From: Matthieu Schaller <schaller@strw.leidenuniv.nl> Date: Mon, 17 Apr 2023 20:28:19 +0200 Subject: [PATCH] Add the automatically produced list of publications to the gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 40789d7..dca6393 100644 --- a/.gitignore +++ b/.gitignore @@ -6,4 +6,5 @@ env/* *compiled* data/about.yaml +data/pubs.yaml *.pyc -- GitLab