From ad547cdb26138e719dfd611aa1be7b34fc5a3b8d Mon Sep 17 00:00:00 2001 From: Fred Boniface Date: Wed, 12 Jul 2023 19:51:39 +0100 Subject: [PATCH] Update `ignore` files --- .dockerignore | 6 ++++++ .gitignore | 3 +++ 2 files changed, 9 insertions(+) diff --git a/.dockerignore b/.dockerignore index 181c149..f4624c0 100644 --- a/.dockerignore +++ b/.dockerignore @@ -5,6 +5,12 @@ Dockerfile .gitignore LICENSE dbman-log +run.sh +env +test-data +cif_data +*.yaml +*.json # ---> Python # Byte-compiled / optimized / DLL files diff --git a/.gitignore b/.gitignore index 183755f..f7feea4 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,9 @@ run.sh env dbman-log +cif_data +gw.yaml +reasoncodes.json # ---> Python # Byte-compiled / optimized / DLL files