From 41389c7444ac4ebbf180200a1c5a381bf7578303 Mon Sep 17 00:00:00 2001 From: Son NK <> Date: Tue, 8 Dec 2020 19:03:32 +0100 Subject: [PATCH] ignore adhoc --- .dockerignore | 2 +- .gitignore | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.dockerignore b/.dockerignore index c6d15720..77d9e4c6 100644 --- a/.dockerignore +++ b/.dockerignore @@ -6,4 +6,4 @@ db.sqlite .vscode .DS_Store config -adhoc_* \ No newline at end of file +adhoc \ No newline at end of file diff --git a/.gitignore b/.gitignore index 1ed93234..4fea70e5 100644 --- a/.gitignore +++ b/.gitignore @@ -9,9 +9,8 @@ config static/node_modules db.sqlite-journal static/upload -adhoc_* -adhoc.py venv/ .venv .coverage htmlcov +adhoc \ No newline at end of file