From 42fa39f3c00264b1e5771cc61773e90295f7ce67 Mon Sep 17 00:00:00 2001 From: "Willem@105.pve1.lan" Date: Fri, 18 Feb 2022 08:33:19 +0200 Subject: [PATCH] moved .gitignore(s) to seperate branch --- .gitignore | 10 ++++++++++ docker/.gitignore | 2 ++ docker/client/examples/home-assistant/.gitignore | 7 +++++++ 3 files changed, 19 insertions(+) create mode 100644 .gitignore create mode 100644 docker/.gitignore create mode 100644 docker/client/examples/home-assistant/.gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b388db8 --- /dev/null +++ b/.gitignore @@ -0,0 +1,10 @@ +# 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 \ No newline at end of file diff --git a/docker/.gitignore b/docker/.gitignore new file mode 100644 index 0000000..9425d7b --- /dev/null +++ b/docker/.gitignore @@ -0,0 +1,2 @@ +# Docker-compose file with local dev config +dev.yml \ No newline at end of file diff --git a/docker/client/examples/home-assistant/.gitignore b/docker/client/examples/home-assistant/.gitignore new file mode 100644 index 0000000..7333a75 --- /dev/null +++ b/docker/client/examples/home-assistant/.gitignore @@ -0,0 +1,7 @@ +# Ignore everything in config +config/* +# But not these files... +!config/configuration.yaml + +# Ignore everything in development config +dev-config/* \ No newline at end of file