From c0ff5a418f4f91f89cbc276d020e9724c47ca4d6 Mon Sep 17 00:00:00 2001 From: sallybaker Date: Wed, 10 Feb 2021 23:40:07 +1000 Subject: [PATCH] ignore local dev environment settings --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 6e7858a..8f4ff36 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,6 @@ website/data/boundaries.geojson website/secrets.js node_modules/* -package-lock.json \ No newline at end of file +package-lock.json +Dockerfile +docker-commands.txt