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