From f40aa020c465a4faa4ec3ca7e3d0ceb4b5821bf3 Mon Sep 17 00:00:00 2001 From: Erik Michelson Date: Fri, 13 Sep 2024 15:30:14 +0200 Subject: [PATCH] chore(gitignore): ignore rathole proxy config with secrets Since we use rathole while developing to share a local dev environment with a co-developer, the client config with the secrets should not be accidentally committed. Signed-off-by: Erik Michelson --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index d50a81e86..448c3395c 100644 --- a/.gitignore +++ b/.gitignore @@ -34,3 +34,6 @@ frontend/cypress/screenshots !.yarn/sdks !.yarn/versions .pnp.* + +# Rathole proxy configuration +rathole.toml