From 4aa97cb852ff57e431b6b544803545ee16bf039f Mon Sep 17 00:00:00 2001 From: Joseph Burling Date: Wed, 20 Jul 2022 09:46:00 -0500 Subject: [PATCH] build: fix gitignore --- datajoint-workflow/{{cookiecutter.github_repo}}/.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/datajoint-workflow/{{cookiecutter.github_repo}}/.gitignore b/datajoint-workflow/{{cookiecutter.github_repo}}/.gitignore index e2f019a..e80c97a 100644 --- a/datajoint-workflow/{{cookiecutter.github_repo}}/.gitignore +++ b/datajoint-workflow/{{cookiecutter.github_repo}}/.gitignore @@ -69,4 +69,4 @@ dj_local_conf.json pyproject.code-workspace scratch/* src/{{cookiecutter.__pkg_import_name}}/experimental/* -./.junk +.junk/*