From 36427bdf9ddc71631607fb411a35a91942717d77 Mon Sep 17 00:00:00 2001 From: Paul Eggleton Date: Thu, 27 Jun 2019 10:48:52 +1200 Subject: [PATCH] .gitignore: add a few more files Try to cleanup the typical uncommitted files list. The added files: * The .json files are generated when running in development mode * requirements* are generated by check_requirements.sh * The others relate to dockersetup.sh Signed-off-by: Paul Eggleton --- .gitignore | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.gitignore b/.gitignore index 525c0ba..6b271d4 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,13 @@ venv/ static/ layers/ logs/ +docker/certs/ +categories.json +confusables.json +.dockersetup-options +docker/nginx-ssl-edited.conf +requirements.txt.diff +requirements.txt.updated +requirements_outdated.txt +requirements_safety_check.txt +requirements_deptree.txt