From 0c41597eed5384942c2f06712a9ce647f1e56813 Mon Sep 17 00:00:00 2001 From: "Willem@105.pve1.lan" Date: Fri, 18 Feb 2022 14:39:29 +0200 Subject: [PATCH] merged gitignores --- .gitignore | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..5e94504 --- /dev/null +++ b/.gitignore @@ -0,0 +1,19 @@ +# Logo +/logo.png + +# Build executables +/build +/cmd/boringproxy/boringproxy* +boringproxy_*.tar.gz + +# Boringproxy database, created if exec is run in boringproxy folder +boringproxy_db.json + +# Development files +dev.yml + +# Docker client examples +# Ignore everything in config +docker/client/examples/home-assistant/config/* +# But not these files... +!docker/client/examples/home-assistant/config/configuration.yaml \ No newline at end of file