From 5ce21bfa16b19cde65969be2e708d6dcec453fa1 Mon Sep 17 00:00:00 2001 From: Son NK <> Date: Sun, 5 Apr 2020 11:56:36 +0200 Subject: [PATCH] Ignore adhoc_* files --- .dockerignore | 1 + .gitignore | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.dockerignore b/.dockerignore index 16cdfb82..dccebe89 100644 --- a/.dockerignore +++ b/.dockerignore @@ -8,3 +8,4 @@ db.sqlite config LICENSE README.md +adhoc_* \ No newline at end of file diff --git a/.gitignore b/.gitignore index 14ff5182..c520b5be 100644 --- a/.gitignore +++ b/.gitignore @@ -8,4 +8,5 @@ db.sqlite config static/node_modules db.sqlite-journal -static/upload \ No newline at end of file +static/upload +adhoc_* \ No newline at end of file